Skip to content

Commit

Permalink
Fix issue when RAM resource has deleted duplicate (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Sep 13, 2024
1 parent ea9bfd6 commit e06d2a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
data "aws_ram_resource_share" "this" {
name = var.transit_gateway_hub_name
resource_owner = "SELF"

resource_share_status = "ACTIVE"
}

data "aws_ec2_transit_gateway" "this" {
Expand Down

0 comments on commit e06d2a3

Please sign in to comment.