Skip to content

Commit

Permalink
remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed May 15, 2024
1 parent 32ba9ac commit 83346f5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions 4-projects/modules/ml_infra_projects/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ variable "remote_state_bucket" {
variable "business_code" {
description = "The code that describes which business unit owns the project."
type = string
default = "abcd"
}

variable "billing_code" {
Expand All @@ -89,12 +88,6 @@ variable "secondary_contact" {
default = ""
}

variable "vpc_type" {
description = "The type of VPC to attach the project to. Possible options are base or restricted."
type = string
default = ""
}

variable "shared_vpc_host_project_id" {
description = "Shared VPC host project ID."
type = string
Expand Down Expand Up @@ -150,7 +143,7 @@ variable "key_rotation_period" {
}

variable "default_service_account" {
description = "Project default service account setting: can be one of `delete`, `depriviledge`, or `keep`."
description = "Project default service account setting: can be one of `delete`, `depriviledge`, `keep` or `disable`."
default = "disable"
type = string
}
Expand Down

0 comments on commit 83346f5

Please sign in to comment.