Skip to content

Commit

Permalink
Update providers/aws/resources/aws.lr
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored May 13, 2024
1 parent b6fe1b2 commit 9185a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,7 @@ private aws.vpc.natgateway {
createdAt time
// ID of the NAT gateway
natGatewayId string
// State of the NAT gateway. Possible values are `pending`, `failed`, `available`, `deleting`, and `deleted`
// State of the NAT gateway (pending, failed, available, deleting, or deleted)
state string
// Tags for the NAT gateway
tags map[string]string
Expand Down

0 comments on commit 9185a9d

Please sign in to comment.