Skip to content

Commit

Permalink
after fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Balaji Srinivasa Rao committed Apr 19, 2023
1 parent 215d175 commit 47b36bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codebuild-terraform/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ variable "buildenv_vpc" {
}

variable "buildenv_subnets" {
type = list
type = list(any)
default = ["subnet-x", "subnet-y"]
}

variable "buildenv_sg" {
type = list
type = list(any)
default = ["sg-x"]
}

Expand Down

0 comments on commit 47b36bd

Please sign in to comment.