Skip to content

Commit 4db8ba6

Browse files
authored
Update variables.tf
1 parent ef9535f commit 4db8ba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,13 @@ variable "vpc_endpoint_type_ecr_api" {
364364
default = "Interface"
365365
}
366366

367-
variable "vpc_endpoint_type_ecr-dkr" {
367+
variable "vpc_endpoint_type_ecr_dkr" {
368368
description = "The type of VPC endpoint for ECR Docker"
369369
type = string
370370
default = "Interface"
371371
}
372372

373-
variable "vpc_endpoint_type_private-s3" {
373+
variable "vpc_endpoint_type_private_s3" {
374374
description = "The type of VPC endpoint for ECR Docker"
375375
type = string
376376
default = "Interface"
@@ -380,4 +380,4 @@ variable "ipam_address_family" {
380380
description = "The address family for the VPC (ipv4 or ipv6)"
381381
type = string
382382
default = "ipv4"
383-
}
383+
}

0 commit comments

Comments
 (0)