-
Notifications
You must be signed in to change notification settings - Fork 389
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
[datadog_synthetics_test] [datadog_synthetics_private_location] Add support for restricted roles on private locations and synthetics tests #1423
Conversation
6a94f99
to
1850a94
Compare
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.
Looks good, three copy nits!
@@ -30,13 +30,21 @@ resource "datadog_synthetics_private_location" "private_location" { | |||
### Optional | |||
|
|||
- **description** (String) Description of the private location. | |||
- **metadata** (Block List, Max: 1) The private location metadata (see [below for nested schema](#nestedblock--metadata)) |
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.
- **metadata** (Block List, Max: 1) The private location metadata (see [below for nested schema](#nestedblock--metadata)) | |
- **metadata** (Block List, Max: 1) The private location metadata. See [nested schema](#nestedblock--metadata) below. |
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.
I don't think we'll be able to change this wording because it's auto-generated. See synthetics_test.md for many examples of this exact phrasing.
datadog/tests/resource_datadog_synthetics_private_location_test.go
Outdated
Show resolved
Hide resolved
e3b0767
to
af7a53d
Compare
42ed6ab
to
7b337a0
Compare
Update synthetic tests for restricted roles options