Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Oct 22, 2023
1 parent 8cc2847 commit 197a146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ipam-resource-discovery/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ output "is_default" {

output "sharing" {
description = <<EOF
The configuration for sharing of the IPAM resource discovery resource discovery.
`status` - An indication of whether the IPAM resource discovery resource discovery is shared with other AWS accounts, or was shared with the current account by another AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM). Values are `NOT_SHARED`, `SHARED_BY_ME` or `SHARED_WITH_ME`.
The configuration for sharing of the IPAM resource discovery.
`status` - An indication of whether the IPAM resource discovery is shared with other AWS accounts, or was shared with the current account by another AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM). Values are `NOT_SHARED`, `SHARED_BY_ME` or `SHARED_WITH_ME`.
`shares` - The list of resource shares via RAM (Resource Access Manager).
EOF
value = {
Expand Down

0 comments on commit 197a146

Please sign in to comment.