-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[synthetics_global_variable] Migrate synthetics resource and data_source to framework #2886
base: master
Are you sure you want to change the base?
[synthetics_global_variable] Migrate synthetics resource and data_source to framework #2886
Conversation
48c62cd
to
c6a7e3a
Compare
@@ -3,16 +3,18 @@ | |||
page_title: "datadog_synthetics_global_variable Resource - terraform-provider-datadog" | |||
subcategory: "" | |||
description: |- | |||
Provides a Datadog synthetics global variable resource. This can be used to create and manage Datadog synthetics global variables. | |||
Provides a Datadog SyntheticsGlobalVariable resource. This can be used to create and manage Datadog synthetics_global_variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provides a Datadog SyntheticsGlobalVariable resource. This can be used to create and manage Datadog synthetics_global_variable. | |
Provides a Datadog SyntheticsGlobalVariable resource. This can be used to create and manage a Datadog synthetics_global_variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note this needs to be in code, docs are auto-generated.
--- | ||
|
||
# datadog_synthetics_global_variable (Resource) | ||
|
||
Provides a Datadog synthetics global variable resource. This can be used to create and manage Datadog synthetics global variables. | ||
Provides a Datadog SyntheticsGlobalVariable resource. This can be used to create and manage Datadog synthetics_global_variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provides a Datadog SyntheticsGlobalVariable resource. This can be used to create and manage Datadog synthetics_global_variable. | |
Provides a Datadog SyntheticsGlobalVariable resource. This can be used to create and manage a Datadog synthetics_global_variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note this needs to be in code, docs are auto-generated.
This PR migrates the
synthetics_global_variable
resource and data_source to the new terraform framework.