-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Conversation
aws_backup_vault_lock_configuration
There was a problem hiding this 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
/terratest |
examples/complete/main.tf
Outdated
@@ -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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see https://github.com/cloudposse/terraform-aws-eks-cluster/blob/main/examples/complete/main.tf
please check all other attributes in all modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
https://github.com/cloudposse/actions/actions/runs/7672999661/job/20914694482
/terratest |
/terratest |
/terratest |
/terratest |
/terratest |
what
Adds support for
aws_backup_vault_lock_configuration
resourceswhy
Prevents Backups from being deleted for compliance or governance reasons
references