Skip to content

Commit

Permalink
Disable bluegreen-type module
Browse files Browse the repository at this point in the history
Currently the app is running on the legacy imported infra
  • Loading branch information
stwalkerster committed Jan 12, 2025
1 parent 42b1965 commit 5568c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "application-blue" {
source = "github.com/enwikipedia-acc/terraform-openstack-waca-application?ref=0.1.0"

count = 1
count = 0

dns_name = "${var.resource_prefix}-appserver-b.${data.openstack_dns_zone_v2.rootzone.name}"
resource_prefix = "${var.resource_prefix}-appserver-b"
Expand Down

0 comments on commit 5568c34

Please sign in to comment.