Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Terraform Datadog provider

License

NotificationsYou must be signed in to change notification settings

DataDog/terraform-provider-datadog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Building The Provider

Clone repository to:$GOPATH/src/github.com/DataDog/terraform-provider-datadog

$ mkdir -p$GOPATH/src/github.com/DataDog;cd$GOPATH/src/github.com/DataDog$ git clone git@github.com:DataDog/terraform-provider-datadog

Enter the provider directory and build the provider

$cd$GOPATH/src/github.com/DataDog/terraform-provider-datadog$ make build

Note: For contributions created from forks, the repository should still be cloned under the$GOPATH/src/github.com/DataDog/terraform-provider-datadog directory to allow the providedmake commands to properly run, build, and test this project.

Using the provider

If you're building the provider, follow the instructions toinstall it as a plugin. After placing it into your plugins directory, runterraform init to initialize it.

Furtherusage documentation is available on the Terraform website.


[8]ページ先頭

©2009-2025 Movatter.jp