Skip to content

v1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 00:50
· 25 commits to main since this release
b521f31

🚀 Enhancements

resolve deprecation warning in conformance_pack sub-module @gpetras (#76)

what

When using the conformance pack module via examples/hipaa I get the following deprecation warning:

$ terraform plan -var-file=fixtures.us-east-2.tfvars
[snip]

Plan: 16 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + config_recorder_id = (known after apply)
  + storage_bucket_arn = (known after apply)
  + storage_bucket_id  = (known after apply)
╷
│ Warning: Deprecated attribute
│
│   on ../../modules/conformance-pack/main.tf line 12, in resource "aws_config_conformance_pack" "default":
│   12:   template_body = data.http.conformance_pack.body
│
│ The attribute "body" is deprecated. Refer to the provider documentation for details.
╵

why

The body parameter in the Terraform http data resource has been deprecated in favor of request_body

references

https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http

🤖 Automatic Updates

Update Terraform cloudposse/config/yaml to v1.0.2 @renovate (#88)

This PR contains the following updates:

Package Type Update Change
cloudposse/config/yaml (source) module patch 1.0.1 -> 1.0.2

Release Notes

cloudposse/terraform-yaml-config (cloudposse/config/yaml)

v1.0.2

Compare Source

git.io->cloudposse.tools update @​dylanbannon (#​21)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

🚀 Enhancements

Use cloudposse/template provider @​nitrocode (#​25)

what

  • Use cloudposse/template provider

why

  • The new cloudposse/template provider has a darwin arm binary for M1 laptops

references