-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
[Bug]: build_batch_config cannot be removed from aws_codebuild_project #29261
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
It's more like an AWS issue because you can't even remove the batch config settings from AWS console or CLI. |
I raised a PR(#34121) for fixing this issue. |
This functionality has been released in v5.34.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.3.7
AWS Provider Version
4.53.0
Affected Resource(s)
Expected Behavior
We have a CodeBuild project with batch builds configuration. When updating the CodeBuild project by removing the batch builds configuration
build_batch_config
fromaws_codebuild_project
, duringterraform apply
terraform says:It is expected that there is no batch configuration anymore in this CodeBuild project.
Actual Behavior
The batch builds configuration still exists in this CodeBuild project. It is not updated.
If do
terraform apply
again, the same output of updatingaws_codebuild_project
the will be given again.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
build_batch_config
)build_batch_config
block in the.tf
file and doterraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: