Skip to content

Commit

Permalink
fix: remove old settings (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Feb 9, 2024
1 parent 48a2579 commit c31116f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tfaction-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ target_groups:
- working_directory: aws/
target: aws/
aws_region: ap-northeast-1
s3_bucket_name_plan_file: '<S3 Bucket Name for Terraform Plan File>'
s3_bucket_name_tfmigrate_history: '<S3 Bucket Name for tfmigrate history files>'
template_dir: templates/aws

Expand All @@ -45,7 +44,6 @@ target_groups:
- working_directory: for-test/
target: for-test/
# aws_region: ap-northeast-1 # CHANGEME Fix the region if necessary
# s3_bucket_name_plan_file: '<S3 Bucket Name for Terraform Plan File>' # CHANGEME
# s3_bucket_name_tfmigrate_history: '<S3 Bucket Name for tfmigrate history files>' # CHANGEME
template_dir: templates/for-test
# terraform_plan_config:
Expand All @@ -60,7 +58,6 @@ target_groups:
- working_directory: github/services/
target: github/
aws_region: ap-northeast-1 # CHANGEME Fix the region if necessary
s3_bucket_name_plan_file: '<S3 Bucket Name for Terraform Plan File>' # CHANGEME
s3_bucket_name_tfmigrate_history: '<S3 Bucket Name for tfmigrate history files>' # CHANGEME
template_dir: templates/github
terraform_plan_config:
Expand All @@ -74,7 +71,6 @@ target_groups:

- working_directory: gcp/
target: gcp/
gcs_bucket_name_plan_file: '<GCS Bucket Name for Terraform Plan File>'
gcs_bucket_name_tfmigrate_history: '<GCS Bucket Name for tfmigrate history files>'
template_dir: templates/gcp
terraform_plan_config:
Expand Down

0 comments on commit c31116f

Please sign in to comment.