Skip to content

Commit

Permalink
Merge pull request #11 from toolforge/T365830
Browse files Browse the repository at this point in the history
Update project name and creds
  • Loading branch information
vivian-rook authored Sep 3, 2024
2 parents 47b8f70 + 3d82789 commit 6db0f8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified secrets.tf
Binary file not shown.
4 changes: 2 additions & 2 deletions vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ variable "application_credential_id" {
type = map(any)
default = {
"codfw1dev" = "b9ffa7c335df450d8be3869d934bdb32"
"eqiad1" = "96017b958d5341b9a5903e7e611fe59c"
"eqiad1" = "639a7d2b1c1441ac91807fba4dca2c2f"
}
}
variable "project" {
type = map(any)
default = {
"codfw1dev" = "tf-infra-dev"
"eqiad1" = "tf-infrat-test"
"eqiad1" = "tofuinfratest"
}
}
2 changes: 1 addition & 1 deletion web-proxy.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "cloudvps_web_proxy" "web_proxy" {
hostname = "tf-infra-test"
hostname = "tofuinfratest"
backends = ["http://${resource.openstack_compute_instance_v2.vm.access_ip_v4}:8888"]
}

0 comments on commit 6db0f8d

Please sign in to comment.