Skip to content

Commit

Permalink
ci: fix terraform apply job inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Apr 3, 2024
1 parent b881688 commit a32a778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sub_deploy_to_beta.yml
Expand Up @@ -85,4 +85,4 @@ jobs:
tf_upload_artifact_name_suffix: "_beta"
tf_upload_artifact_state_file: 'true'
tf_upload_artifact_plan: 'true'
tf_state_file_path_on_s3: "terraform/${{ needs.variables.outputs.service_name }}/${{ needs.variables.outputs.service_name }}.tfstate"
tf_state_file_dir_on_s3: "terraform/${{ needs.variables.outputs.service_name }}/${{ needs.variables.outputs.service_name }}.tfstate"
2 changes: 1 addition & 1 deletion .github/workflows/sub_deploy_to_prod.yml
Expand Up @@ -57,4 +57,4 @@ jobs:
tf_upload_artifact_name_suffix: "_prod"
tf_upload_artifact_state_file: 'true'
tf_upload_artifact_plan: 'true'
tf_state_file_path_on_s3: "terraform/${{ needs.variables.outputs.service_name }}/${{ needs.variables.outputs.service_name }}.tfstate"
tf_state_file_dir_on_s3: "terraform/${{ needs.variables.outputs.service_name }}/${{ needs.variables.outputs.service_name }}.tfstate"

0 comments on commit a32a778

Please sign in to comment.