You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to check the plan for production with terraform plan in the examples.
Issue Type
Bug Report
Terraform Version
terraform --versionTerraform v1.7.0on darwin_amd64+ provider registry.terraform.io/cloudposse/template v2.2.0+ provider registry.terraform.io/cloudposse/utils v1.15.0+ provider registry.terraform.io/hashicorp/aws v5.33.0+ provider registry.terraform.io/hashicorp/http v3.4.1+ provider registry.terraform.io/hashicorp/local v2.4.1+ provider registry.terraform.io/hashicorp/null v3.2.2+ provider registry.terraform.io/hashicorp/random v3.6.0+ provider registry.terraform.io/hashicorp/time v0.10.0Your version of Terraform is out of date! The latest versionis 1.7.1. You can update by downloading from https://www.terraform.io/downloads.html
Steps to Reproduce
cd examples/production
appmixer plan
Expected Results
No error
Actual Results
.........Plan: 187 to add, 0 to change, 0 to destroy.╷│ Warning: Argument is deprecated│ │ with module.appmixer_module.module.document_db_ssm_password.aws_ssm_parameter.default["/cio-prod-appmixer/documentdb/master_password"],│ on .terraform/modules/appmixer_module.document_db_ssm_password/main.tf line 22, in resource "aws_ssm_parameter" "default":│ 22: overwrite = each.value.overwrite│ │ this attribute has been deprecated│ │ (and 6 more similar warnings elsewhere)╵╷│ Error: Error in function call│ │ on ../../ecs-ec2.tf line 52, in locals:│ 52: ECS_ENGINE_AUTH_DATA=${sensitive(base64decode(var.ecs_registry_auth_data))} # pragma: allowlist secret│ ├────────────────│ │ while calling base64decode(str)│ │ var.ecs_registry_auth_data is "XXX"│ │ Call to function "base64decode" failed: failed to decode base64 data "XXX".╵
The text was updated successfully, but these errors were encountered:
Summary
I wanted to check the plan for production with
terraform plan
in the examples.Issue Type
Bug Report
Terraform Version
Steps to Reproduce
cd examples/production appmixer plan
Expected Results
No error
Actual Results
The text was updated successfully, but these errors were encountered: