Open emanor-okta opened 1 year ago
OKTA internal reference https://oktainc.atlassian.net/browse/OKTA-616645
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days
@duytiennguyen-okta Has there been any progress on this please?
Community Note
Description
In order to configure a SAML Org2Org configuration between two Okta Orgs both resources
okta_app_saml
andokta_idp_saml
have configurations which rely on each other. When doing this manually,The below configuration snippet shows this. When trying to run
plan
a Terraform Cycle error will be returned.This means running a Terraform job with place holder values to configure the SAML App. Then updating the
.tf
file with the values from the SAML IdP and running another job.There are some potential workarounds like using optional values and environment variables so the
.tf
file does not need to be updated, multiple Terraform jobs will still need to be run.Is there a solution to configure this in a single job? If not would it be possible to it through breaking up the resources, or a Provider update of some kind?
New or Affected Resource(s)
Potential Terraform Configuration
References
https://developer.hashicorp.com/terraform/tutorials/configuration-language/troubleshooting-workflow#correct-a-cycle-error