Skip to content

Commit

Permalink
Merge pull request #111 from kunduso/enable-blue-green-deployment
Browse files Browse the repository at this point in the history
removing triggers #109
  • Loading branch information
kunduso authored Oct 30, 2024
2 parents c4fd3b7 + e743d38 commit 44e80a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/code_deploy_deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ resource "local_file" "code_deploy_sh" {

#https://developer.hashicorp.com/terraform/language/resources/terraform-data
resource "terraform_data" "trigger_code_deploy_deployment" {
triggers_replace = local.script
# triggers_replace = local.script
provisioner "local-exec" {
command = "./code_deploy.sh"
interpreter = ["/bin/bash", "-c"]
Expand Down

0 comments on commit 44e80a8

Please sign in to comment.