Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.
Bump null-label module for aws_dynamodb_table resource to 0.25.0 in order to support tenant label.
why
context.tf in this module supports tenant because its instantiation of null-label has been auto-updated to 0.25.0, but the instantiation of null-label module for the aws_dynamodb_table resource has not been updated.
what
null-label
module foraws_dynamodb_table
resource to0.25.0
in order to supporttenant
label.why
context.tf
in this module supportstenant
because its instantiation ofnull-label
has been auto-updated to0.25.0
, but the instantiation ofnull-label
module for theaws_dynamodb_table
resource has not been updated.references