Skip to content

Commit bd68b38

Browse files
committed
Updates Resource Identity documentation for aws_sqs_queue
1 parent 513119d commit bd68b38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

website/docs/r/sqs_queue.html.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@ resource "aws_sqs_queue" "example" {
164164

165165
* `url` (String) URL of the SQS queue.
166166

167-
#### Optional
168-
169-
* `account_id` (String) AWS Account where this resource is managed.
170-
* `region` (String) Region where this resource is managed.
171-
172167
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import SQS Queues using the queue `url`. For example:
173168

174169
```terraform

0 commit comments

Comments
 (0)