terraform-aws-components
terraform-aws-components copied to clipboard
Feat: Add `stack_config_local_path` Variable to `account-map/iam-roles` Submodule
what
- Add
stack_config_local_pathvariable toaccount-map/iam-rolessubmodule.
why
- This allows for the
account-map/iam-rolessubmodule to be referenced by an external repository using themonorepo.mixin.tfmixin.
references
- https://github.com/cloudposse/terraform-mixins/pull/2
I have converted this to draft until the following PRs are resolved:
https://github.com/cloudposse/terraform-yaml-stack-config/pull/44 https://github.com/cloudposse/terraform-provider-utils/pull/89 https://github.com/cloudposse/atmos/pull/96
I would like to bump yaml-stack-config past 0.19.0 but cannot do so at the moment, because the component_config datasource of cloudposse/utils needs a base path override. Hence why stack_config_local_path was removed in versions > 0.19.0 of the aforementioned module.