Open slmg opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @slmg 👋 Thank you for taking the time to raise this! It looks like this error might be coming from the AWS API itself. So that we have the necessary information in order to look into this, can you supply debug logs (redacted as needed) as well?
Terraform Core Version
1.3.9
AWS Provider Version
4.59.0
Affected Resource(s)
aws_codebuild_project
Expected Behavior
The
target_url
is optional and should be infered from the source type and location. This is the default behaviour in CloudFormation.Actual Behavior
Error -
target_url
is required.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None