We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9535f commit 4db8ba6Copy full SHA for 4db8ba6
variables.tf
@@ -364,13 +364,13 @@ variable "vpc_endpoint_type_ecr_api" {
364
default = "Interface"
365
}
366
367
-variable "vpc_endpoint_type_ecr-dkr" {
+variable "vpc_endpoint_type_ecr_dkr" {
368
description = "The type of VPC endpoint for ECR Docker"
369
type = string
370
371
372
373
-variable "vpc_endpoint_type_private-s3" {
+variable "vpc_endpoint_type_private_s3" {
374
375
376
@@ -380,4 +380,4 @@ variable "ipam_address_family" {
380
description = "The address family for the VPC (ipv4 or ipv6)"
381
382
default = "ipv4"
383
-}
+}
0 commit comments