terraform plan
This commit is contained in:
parent
91fd24aae5
commit
2da67a8fae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/terraform-plan.yml
vendored
2
.github/workflows/terraform-plan.yml
vendored
|
|
@ -7,7 +7,7 @@ env:
|
||||||
TF_CLOUD_ORGANIZATION: "MealCraft"
|
TF_CLOUD_ORGANIZATION: "MealCraft"
|
||||||
TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}"
|
TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}"
|
||||||
TF_WORKSPACE: "production"
|
TF_WORKSPACE: "production"
|
||||||
CONFIG_DIRECTORY: ${{ github.workspace }}
|
CONFIG_DIRECTORY: ${{ github.workspace }}/aws_environment
|
||||||
TF_VAR_public_ip: "${{ secrets.PUBLIC_IP }}"
|
TF_VAR_public_ip: "${{ secrets.PUBLIC_IP }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue