File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ No providers.
3838
3939| Name | Source | Version |
4040|------|--------|---------|
41- | <a name="module_cloudtrail_s3_bucket"></a> [cloudtrail\_ s3\_ bucket](#module\_ cloudtrail\_ s3\_ bucket) | cloudposse/cloudtrail-s3-bucket/aws | 0.23.1 |
41+ | <a name="module_cloudtrail_s3_bucket"></a> [cloudtrail\_ s3\_ bucket](#module\_ cloudtrail\_ s3\_ bucket) | cloudposse/cloudtrail-s3-bucket/aws | 0.25.0 |
4242| <a name="module_iam_roles"></a> [iam\_ roles](#module\_ iam\_ roles) | ../account-map/modules/iam-roles | n/a |
4343| <a name="module_this"></a> [this](#module\_ this) | cloudposse/label/null | 0.25.0 |
4444
Original file line number Diff line number Diff line change 11module "cloudtrail_s3_bucket" {
22 source = " cloudposse/cloudtrail-s3-bucket/aws"
3- version = " 0.23.1 "
3+ version = " 0.25.0 "
44
55 acl = var. acl
66 expiration_days = var. expiration_days
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ No providers.
147147| <a name="module_datadog_configuration"></a> [datadog\_configuration](#module\_datadog\_configuration) | ../datadog-configuration/modules/datadog_keys | n/a |
148148| <a name="module_datadog_synthetics"></a> [datadog\_synthetics](#module\_datadog\_synthetics) | cloudposse/platform/datadog//modules/synthetics | 1.0.1 |
149149| <a name="module_datadog_synthetics_merge"></a> [datadog\_synthetics\_merge](#module\_datadog\_synthetics\_merge) | cloudposse/config/yaml//modules/deepmerge | 1.0.2 |
150- | <a name="module_datadog_synthetics_private_location"></a> [datadog\_synthetics\_private\_location](#module\_datadog\_synthetics\_private\_location) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
150+ | <a name="module_datadog_synthetics_private_location"></a> [datadog\_synthetics\_private\_location](#module\_datadog\_synthetics\_private\_location) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
151151| <a name="module_datadog_synthetics_yaml_config"></a> [datadog\_synthetics\_yaml\_config](#module\_datadog\_synthetics\_yaml\_config) | cloudposse/config/yaml | 1.0.2 |
152152| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
153153| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
Original file line number Diff line number Diff line change 11module "datadog_synthetics_private_location" {
22 source = " cloudposse/stack-config/yaml//modules/remote-state"
3- version = " 1.4.1 "
3+ version = " 1.4.3 "
44
55 component = var. synthetics_private_location_component_name
66
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ the output to the `trusted_role_arns` list for the `spacelift` role in `aws-team
9797| Name | Source | Version |
9898|------|--------|---------|
9999| <a name="module_account_map"></a> [account\_map](#module\_account\_map) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
100- | <a name="module_autoscale_group"></a> [autoscale\_group](#module\_autoscale\_group) | cloudposse/ec2-autoscale-group/aws | 0.30 .1 |
100+ | <a name="module_autoscale_group"></a> [autoscale\_group](#module\_autoscale\_group) | cloudposse/ec2-autoscale-group/aws | 0.34 .1 |
101101| <a name="module_ecr"></a> [ecr](#module\_ecr) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
102102| <a name="module_iam_label"></a> [iam\_label](#module\_iam\_label) | cloudposse/label/null | 0.25.0 |
103103| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ module "security_group" {
8686
8787module "autoscale_group" {
8888 source = " cloudposse/ec2-autoscale-group/aws"
89- version = " 0.30 .1"
89+ version = " 0.34 .1"
9090
9191 image_id = var. spacelift_ami_id == null ? join (" " , data. aws_ami . spacelift . * . image_id ) : var. spacelift_ami_id
9292 instance_type = var. instance_type
You can’t perform that action at this time.
0 commit comments