Skip to content

Commit 2affbc2

Browse files
committed
Enable support for ip_address_type
1 parent d1f2fe7 commit 2affbc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ resource "aws_apprunner_service" "this" {
8787
vpc_connector_arn = try(egress_configuration.value.vpc_connector_arn, null)
8888
}
8989
}
90+
91+
ip_address_type = try(network_configuration.ip_address_type, "IPV4")
9092
}
9193
}
9294

0 commit comments

Comments
 (0)