Closed bzarboni1 closed 8 months ago
With the recent changes to the bootstrap layer, we are attempting to update our foundations org's bootstrap layer to hold those changes.
In order to have the drift detection tool function correctly, we will need to change the variables:
${{ vars.WORKLOAD_IDENTITY_PROVIDER }}
${{ vars.GCP_SERVICE_ACCOUNT }}
to secrets, as that change has not been applied to our org yet either.
ISSUE
With the recent changes to the bootstrap layer, we are attempting to update our foundations org's bootstrap layer to hold those changes.
In order to have the drift detection tool function correctly, we will need to change the variables:
${{ vars.WORKLOAD_IDENTITY_PROVIDER }}
. and${{ vars.GCP_SERVICE_ACCOUNT }}
to secrets, as that change has not been applied to our org yet either.