We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workload has been deployed using elz-workload template a month ago. That time, the identity domain URL was a bit lengthy construct like, https://idcs-bad8797a9f214480a4e80cc881b8a3f8.ap-mumbai-idcs-1.identity.ap-mumbai-1.oci.oraclecloud.com:443
Now, trying to do some day-2 operation on elz-workload. Then, I encountered issue with certificate.
Then, realized that the identity domain has been upgraded and see the new URL construct is updated which is of less lengthy like, https://idcs-bad8797a9f214480a4e80cc881b8a3f8.identity.oraclecloud.com:443
Due to the auto-upgrade of identity domain, one cannot do day-2 operations as the current TF state reference to the old identity domain URL.
Manually replaced the TF state file with new URL construct and it started working fine.
It will be tough to handle this situation for customers who are on DevOps Pipeline or using ORM Stack.
The text was updated successfully, but these errors were encountered:
Hey @sivachunduru, we are tracking this issue in our backlog.
Sorry, something went wrong.
No branches or pull requests
Workload has been deployed using elz-workload template a month ago.
That time, the identity domain URL was a bit lengthy construct like,
https://idcs-bad8797a9f214480a4e80cc881b8a3f8.ap-mumbai-idcs-1.identity.ap-mumbai-1.oci.oraclecloud.com:443
Now, trying to do some day-2 operation on elz-workload. Then, I encountered issue with certificate.
Then, realized that the identity domain has been upgraded and see the new URL construct is updated which is of less lengthy like,
https://idcs-bad8797a9f214480a4e80cc881b8a3f8.identity.oraclecloud.com:443
Due to the auto-upgrade of identity domain, one cannot do day-2 operations as the current TF state reference to the old identity domain URL.
Manually replaced the TF state file with new URL construct and it started working fine.
It will be tough to handle this situation for customers who are on DevOps Pipeline or using ORM Stack.
The text was updated successfully, but these errors were encountered: