Skip to content

Commit

Permalink
Actually set the license secret this time
Browse files Browse the repository at this point in the history
  • Loading branch information
alephnull committed Apr 27, 2021
1 parent 506ce1b commit a4f1768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/terraform/env.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module "dashboard" {
],
env = [],
secrets = [
# { name = "TYK_DB_LICENSEKEY", from = local.dash_license }
{ name = "TYK_DB_LICENSEKEY", from = local.dash_license }
],
region = data.terraform_remote_state.base.outputs.region
}
Expand Down

0 comments on commit a4f1768

Please sign in to comment.