[v] ✋ I have searched the open/closed issues and my issue is not listed.
Versions
Module version [Required]: 1.1.4 (note - this will reproduce on 2.0.0 as well)
Reproduction Code [Required]
see above
Steps to reproduce the behavior:
run init and plan, examine the output
Expected behavior
Expecting the deployment step to take place.
Actual behavior
Deployment is not in the plan
Terminal Output Screenshot(s)
Additional context
This issue was introduced in the 1.1.4 version via this PR: https://github.com/terraform-aws-modules/terraform-aws-appconfig/pull/7
The fix should take into account the use_hosted_configuration flag and allow the code in the aws_appconfig_deployment resource to run even if deployment_configuration_version is not set.
Description
consider this snippet:
Versions
Reproduction Code [Required]
see above
Steps to reproduce the behavior: run init and plan, examine the output
Expected behavior
Expecting the deployment step to take place.
Actual behavior
Deployment is not in the plan
Terminal Output Screenshot(s)
Additional context
This issue was introduced in the 1.1.4 version via this PR: https://github.com/terraform-aws-modules/terraform-aws-appconfig/pull/7 The fix should take into account the
use_hosted_configuration
flag and allow the code in theaws_appconfig_deployment
resource to run even ifdeployment_configuration_version
is not set.