Open nsb413 opened 6 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @nsb413 👋 Thank you for taking the time to raise this! Are you able to supple debug logging and/or samples of values similar to what are being supplied to the variables in the sample configuration? This seems as if it could be configuration specific, so that type of information might be crucial to whoever picks this up.
Hi @justinretzolk, I will look into the issue and see if it is due to supplied values. Will get back to you on this.
We have the same issue and I can relate it to the disableSSO option that Terraform in not implementing. When I try to create the flow with Terraform it fails (disableSSO defaults to false). If I manually try to create the flow with the console with disableSSO = false, it fails with the same error. If I manually try to create the flow with the console with disableSSO = true, it works.
Terraform Core Version
1.8.1
AWS Provider Version
5.46.0
Affected Resource(s)
aws_appflow_connector_profile
Expected Behavior
code snippet
Actual Behavior
Working fine from AWS Console, When created via AWS Console, in cloud trail seeing disableSSO:true, but not seeing that option via Terraform, unsure if that is the issue.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Terraform v1.8.1 on windows_386
Steps to Reproduce
Terraform v1.8.1 on windows_386
Debug Output
Terraform v1.8.1 on windows_386
Panic Output
Terraform v1.8.1 on windows_386
Important Factoids
No response
References
No response
Would you like to implement a fix?
None