Skip to content

Commit

Permalink
chore: fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 23, 2024
1 parent 7a44b39 commit f7bfad3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/foo/aws_s3_bucket.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_s3_bucket" "example_1" {
resource "aws_s3_bucket" "example-1" {
bucket = "test-1"
}

resource "aws_s3_bucket" "example_2" {
resource "aws_s3_bucket" "example-2" {
bucket = "test-2"
}
2 changes: 1 addition & 1 deletion example/foo/module_foo.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module "foo_prod" {
module "foo_production" {
source = "./module"
}
3 changes: 3 additions & 0 deletions example/foo/module_foo.tf.after
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module "foo_prod" {
source = "./module"
}

0 comments on commit f7bfad3

Please sign in to comment.