mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 15:36:26 -06:00
Merge pull request #3514 from TimeIncOSS/aws-docs-fixes
docs/aws: Fix a few nitpicks
This commit is contained in:
commit
dd81290f57
@ -6,10 +6,10 @@ description: |-
|
|||||||
Provides an EFS mount target.
|
Provides an EFS mount target.
|
||||||
---
|
---
|
||||||
|
|
||||||
# aws\_efs\_file\_system
|
# aws\_efs\_mount\_target
|
||||||
|
|
||||||
Provides an EFS file system. Per [documentation](http://docs.aws.amazon.com/efs/latest/ug/limits.html)
|
Provides an EFS mount target. Per [documentation](http://docs.aws.amazon.com/efs/latest/ug/limits.html)
|
||||||
the limit is 1 mount target per AZ.
|
the limit is 1 mount target per AZ for a single EFS file system.
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: |-
|
|||||||
|
|
||||||
Provides a Glacier Vault Resource. You can refer to the [Glacier Developer Guide](http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-vaults.html) for a full explanation of the Glacier Vault functionality
|
Provides a Glacier Vault Resource. You can refer to the [Glacier Developer Guide](http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-vaults.html) for a full explanation of the Glacier Vault functionality
|
||||||
|
|
||||||
~> **NOTE:** When trying to remove a Glacier Vault, the Vault must be empty.
|
~> **NOTE:** When removing a Glacier Vault, the Vault must be empty.
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
@ -66,6 +66,8 @@ The following arguments are supported:
|
|||||||
* `events` - (Required) You can configure a vault to publish a notification for `ArchiveRetrievalCompleted` and `InventoryRetrievalCompleted` events.
|
* `events` - (Required) You can configure a vault to publish a notification for `ArchiveRetrievalCompleted` and `InventoryRetrievalCompleted` events.
|
||||||
* `sns_topic` - (Required) The SNS Topic ARN.
|
* `sns_topic` - (Required) The SNS Topic ARN.
|
||||||
|
|
||||||
|
## Attributes Reference
|
||||||
|
|
||||||
The following attributes are exported:
|
The following attributes are exported:
|
||||||
|
|
||||||
* `location` - The URI of the vault that was created.
|
* `location` - The URI of the vault that was created.
|
||||||
|
Loading…
Reference in New Issue
Block a user