Skip to content

Commit

Permalink
Update project name and creds
Browse files Browse the repository at this point in the history
Bug: T365830
  • Loading branch information
vivian-rook committed May 30, 2024
1 parent 2800004 commit 7d11acd
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" = "2160edfdfdfd4a14abd29feb903a35a2"
"eqiad1" = "96017b958d5341b9a5903e7e611fe59c"
"eqiad1" = "a9b00a35d1ba429186c463a1151bf0ea"
}
}
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 7d11acd

Please sign in to comment.