Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add aws_backup_vault_lock_configuration #61

Merged
merged 11 commits into from
Jan 29, 2024

Conversation

Benbentwo
Copy link
Member

@Benbentwo Benbentwo commented Jan 26, 2024

what

Adds support for aws_backup_vault_lock_configuration resources

why

Prevents Backups from being deleted for compliance or governance reasons

references

@Benbentwo Benbentwo requested review from a team as code owners January 26, 2024 18:01
@Benbentwo Benbentwo requested review from johncblandii and florian0410 and removed request for a team January 26, 2024 18:01
@Benbentwo Benbentwo changed the title add backup_vault_lock_configuration add aws_backup_vault_lock_configuration Jan 26, 2024
main.tf Outdated Show resolved Hide resolved
Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

run terraform fmt and

README.md is outdated. Please run the following commands locally and push the file:
  make init
  make github/init
  make readme

@aknysh
Copy link
Member

aknysh commented Jan 26, 2024

/terratest

@@ -4,7 +4,7 @@ provider "aws" {

module "vpc" {
source = "cloudposse/vpc/aws"
version = "0.17.0"
version = "2.1.1"

cidr_block = "172.16.0.0/16"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you bumped the major version, I think cidr_block needs to be updated

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

examples/complete/main.tf Outdated Show resolved Hide resolved
@Benbentwo
Copy link
Member Author

/terratest

@Benbentwo
Copy link
Member Author

/terratest

@Benbentwo
Copy link
Member Author

/terratest

@Benbentwo
Copy link
Member Author

/terratest

@Benbentwo
Copy link
Member Author

/terratest

@Benbentwo Benbentwo merged commit ab48d1c into main Jan 29, 2024
10 checks passed
@Benbentwo Benbentwo deleted the feature/backup_vault_lock_configuration branch January 29, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants