Skip to content

Commit

Permalink
change vpc name default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 1, 2024
1 parent ff45fc7 commit d66583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "public" {

variable "vpc_name" {
type = string
default = "plrl-mgmt"
default = ""
}

variable "vpc_cidr" {
Expand Down

0 comments on commit d66583d

Please sign in to comment.