Open charlesetii opened 2 years ago
Voting for Prioritization
Volunteering to Work on This Issue
Potentially related: #24545
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Terraform Core Version
1.3.3
AWS Provider Version
~> 3.0.0
Affected Resource(s)
Issue
Issues with aws_config_conformance_pack resource timing out. It will timeout at 5 minutes. How can we increase this timeout with no timeouts option on the resource? It does build correctly after the timeout
Terraform code to create conformance pack with trigger to rebuild
Conformance Pack YAML being created
Expected Behavior
Expected not to timeout as the conformance pack uses the yaml template to build out config rules and remediation
Actual Behavior
The conformance pack create will timeout. The delete does not timeout and works appropriately
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Copy conformance pack yaml to bucket and run.
Debug Output
No response
Panic Output
No response
Important Factoids
This will run to completion after it fails behind the scenes but the null_resource deletes it. I can figure that out though
References
No response
Would you like to implement a fix?
No response