Skip to content

Commit

Permalink
feat: Turn on cert for production
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jul 18, 2024
1 parent 32bc086 commit 509444f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ module "production" {
pipeline_user_access_key_id = module.iam.pipeline_user_access_key_id
pipeline_user_access_key_secret = module.iam.pipeline_user_access_key_secret
node_env = "production"
cert_validated = false
cert_validated = true
}

0 comments on commit 509444f

Please sign in to comment.