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 Sep 3, 2024
1 parent 47b8f70 commit eb0ccbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ 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 eb0ccbd

Please sign in to comment.