Skip to content

Tags: cloudposse/terraform-aws-config

Tags

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(main.tf): handle enabled boolean in manage_rules (#124)

* fix(main.tf): handle enabled boolean in manage_rules

* update: add missing output descriptions

* fix typo

* update: add versions.tf to cis-1-2-rules

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(main.tf): handle enabled boolean in manage_rules (#124)

* fix(main.tf): handle enabled boolean in manage_rules

* update: add missing output descriptions

* fix typo

* update: add versions.tf to cis-1-2-rules

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md and docs (#92)

Co-authored-by: max-lobur <[email protected]>

1.5.1

Toggle 1.5.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
resolve deprecation warning (#76)

Co-authored-by: Matt Gowie <[email protected]>

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added recording_mode{} attribute (#87)

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for organization aggregator (#85)

* Add support for organization aggregator

* chore: apply terraform fmt

* chore: add aws partition to arns

* docs: Update README.md & terraform.md

* chore: clean not used resources and fix indentation

* Update variables.tf

Co-authored-by: Andriy Knysh <[email protected]>

* Update main.tf

Co-authored-by: Andriy Knysh <[email protected]>

* Update variables.tf

Co-authored-by: Andriy Knysh <[email protected]>

* Update variables.tf

Co-authored-by: Andriy Knysh <[email protected]>

* Update variables.tf

Co-authored-by: Andriy Knysh <[email protected]>

* docs: Update README.md

---------

Co-authored-by: Andriy Knysh <[email protected]>

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
The access token is now passed in a http header (#83)

This is done to avoid exposure as the data.http.id (which contains
the URL) in the logs.

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added the option to use access tokens (#80)

That feature allows to access private GitHub repos, where custom
conformance packs could be stored

Version constraints added to the conformance pack submodule to satisfy the tflint

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed subscriber input variable handler (#73)

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support AWS Provider V5 (#72)

* Support AWS Provider V5

* updates