Skip to content

Commit ca20ade

Browse files
authored
Move Timeouts section also
1 parent bc16764 commit ca20ade

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/docs/r/prometheus_resource_policy.html.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ The following actions are supported in resource policies for Prometheus workspac
140140
* The resource ARN in the policy document must match the workspace ARN that the policy is being attached to.
141141
* Resource policies enable cross-account access and fine-grained permissions for Prometheus workspaces.
142142

143+
## Timeouts
144+
145+
[Configuration options](https://developer.hashicorp.com/terraform/language/resources/syntax#operation-timeouts):
146+
147+
- `create` - (Default `5m`)
148+
- `update` - (Default `5m`)
149+
- `delete` - (Default `5m`)
150+
143151
## Import
144152

145153
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import the Resource Policy using the workspace ID. For example:
@@ -156,11 +164,3 @@ Using `terraform import`, import AMP Resource Policies using the workspace ID. F
156164
```console
157165
% terraform import aws_prometheus_resource_policy.example ws-12345678-90ab-cdef-1234-567890abcdef
158166
```
159-
160-
## Timeouts
161-
162-
[Configuration options](https://developer.hashicorp.com/terraform/language/resources/syntax#operation-timeouts):
163-
164-
- `create` - (Default `5m`)
165-
- `update` - (Default `5m`)
166-
- `delete` - (Default `5m`)

0 commit comments

Comments
 (0)