Skip to content

Commit

Permalink
test cahnge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnricords committed Dec 28, 2023
1 parent 9f35207 commit 2283036
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/create_all/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "state_bucket" {
source = "../../"

backend_config = {
bucket = "test-bucket-for-ackend"
bucket = "test-bucket-for-backend"
force_destroy = true
versioning = "Enabled"

Expand All @@ -18,5 +18,8 @@ module "state_bucket" {
sse_algorithm = "aws:kms"
kms_master_key_id = null
}
dynamodb_table = {
name = "test-ddb-for-backend"
}
}
}

0 comments on commit 2283036

Please sign in to comment.