File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ jobs:
50
50
TF_VAR_application_credential_secret : ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
51
51
run : tofu plan -out tfplan
52
52
53
- # - name: OpenTofu apply
54
- # env:
55
- # OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
56
- # OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
57
- # # Legacy, pending new provider version
58
- # TF_VAR_application_credential_id: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
59
- # TF_VAR_application_credential_secret: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
60
- # run: tofu apply tfplan
53
+ - name : OpenTofu apply
54
+ env :
55
+ OS_APPLICATION_CREDENTIAL_ID : ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
56
+ OS_APPLICATION_CREDENTIAL_SECRET : ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
57
+ # Legacy, pending new provider version
58
+ TF_VAR_application_credential_id : ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
59
+ TF_VAR_application_credential_secret : ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
60
+ run : tofu apply tfplan
You can’t perform that action at this time.
0 commit comments