Skip to content

Commit

Permalink
fix: remove gcs_bucket_name_plan_file (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Jan 27, 2024
1 parent 4979978 commit 6c599f3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/wc-test-get-target-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ jobs:
TFACTION_IA_APPLY: "false"
TFACTION_JOB_TYPE: "terraform"
- run: echo "${{ steps.target-config.outputs.working_directory }}"
- run: echo "${{ steps.target-config.outputs.gcs_bucket_name_plan_file }}"
- run: echo "${{ steps.target-config.outputs.gcs_bucket_name_tfmigrate_history }}"
- run: echo "${{ steps.target-config.outputs.template_dir }}"
1 change: 0 additions & 1 deletion export-aws-secrets-manager/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export interface TargetConfig {
aws_region: string;
s3_bucket_name_tfmigrate_history: string;
template_dir: string;
gcs_bucket_name_plan_file: string;

aws_assume_role_arn: string | undefined;
gcp_service_account: string | undefined;
Expand Down
1 change: 0 additions & 1 deletion export-secrets/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export interface TargetConfig {
aws_region: string;
s3_bucket_name_tfmigrate_history: string;
template_dir: string;
gcs_bucket_name_plan_file: string;

aws_assume_role_arn: string | undefined;
gcp_service_account: string | undefined;
Expand Down
1 change: 0 additions & 1 deletion get-target-config/tests/config-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ target_groups:

- working_directory: get-target-config/tests/gcp/
target: gcp/
gcs_bucket_name_plan_file: "<GCP Bucket Name for Terraform Plan File>"
gcs_bucket_name_tfmigrate_history: "<GCP Bucket Name for tfmigrate history files>"
template_dir: templates/gcp
terraform_plan_config:
Expand Down
1 change: 0 additions & 1 deletion list-targets-with-changed-files/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export interface TargetConfig {
aws_region: string;
s3_bucket_name_tfmigrate_history: string;
template_dir: string;
gcs_bucket_name_plan_file: string;

aws_assume_role_arn: string | undefined;
gcp_service_account: string | undefined;
Expand Down
3 changes: 0 additions & 3 deletions schema/tfaction-root.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
"gcp_workload_identity_provider": {
"$ref": "#/$defs/GCPWorkloadIdentityProvider"
},
"gcs_bucket_name_plan_file": {
"$ref": "#/$defs/GCSBucketNamePlanFile"
},
"gcs_bucket_name_tfmigrate_history": {
"$ref": "#/$defs/GCSBucketNameTfmigrateHistory"
},
Expand Down
3 changes: 0 additions & 3 deletions schema/tfaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"$ref": "#/$defs/Envs"
},

"gcs_bucket_name_plan_file": {
"$ref": "#/$defs/GCSBucketNamePlanFile"
},
"gcp_workload_identity_provider": {
"$ref": "#/$defs/GCPWorkloadIdentityProvider"
},
Expand Down

0 comments on commit 6c599f3

Please sign in to comment.