Skip to content

Commit

Permalink
aws_glue_catalog_table: update test to use s3 bucket dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Jun 14, 2024
1 parent deb343e commit 26da0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/glue/catalog_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ resource "aws_glue_catalog_table" "test" {
}
storage_descriptor {
location = "s3://%[1]s/files/"
location = "s3://${aws_s3_bucket.bucket.bucket}/files/"
columns {
name = "my_column_1"
Expand Down

0 comments on commit 26da0f4

Please sign in to comment.