File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ components:
4343| <a name="module_datadog_configuration"></a> [datadog\_ configuration](#module\_ datadog\_ configuration) | ../datadog-configuration/modules/datadog_keys | n/a |
4444| <a name="module_datadog_integration"></a> [datadog\_ integration](#module\_ datadog\_ integration) | cloudposse/datadog-integration/aws | 1.0.0 |
4545| <a name="module_iam_roles"></a> [iam\_ roles](#module\_ iam\_ roles) | ../account-map/modules/iam-roles | n/a |
46- | <a name="module_store_write"></a> [store\_ write](#module\_ store\_ write) | cloudposse/ssm-parameter-store/aws | 0.9.1 |
46+ | <a name="module_store_write"></a> [store\_ write](#module\_ store\_ write) | cloudposse/ssm-parameter-store/aws | 0.11.0 |
4747| <a name="module_this"></a> [this](#module\_ this) | cloudposse/label/null | 0.25.0 |
4848
4949## Resources
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ locals {
4040module "store_write" {
4141 count = local. enabled ? 1 : 0
4242 source = " cloudposse/ssm-parameter-store/aws"
43- version = " 0.9.1 "
43+ version = " 0.11.0 "
4444 parameter_write = [
4545 {
4646 name = " /datadog/datadog_external_id"
You can’t perform that action at this time.
0 commit comments