Skip to content

Commit

Permalink
Change use_artifactory to true for dev-int
Browse files Browse the repository at this point in the history
  • Loading branch information
hhlee445 committed Mar 20, 2023
1 parent ef960b0 commit ae6e463
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cluster_provisioning/dev-int/override.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ variable "environment" {
default = "dev"
}

variable "use_artifactory" {
default = true
}

variable "counter" {
default = "6"
}
Expand Down

0 comments on commit ae6e463

Please sign in to comment.