-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
NO_ARTIFACTS = InvalidInputException #63
Comments
I have the same issue |
Same here. Also I switch to S3 to try and workaround I get "Invalid artifacts: location is required" but cannot see the property listed |
destroying and recreating it solved the issue for me |
Manually changing the Codebuild project artifacts configuration, then returning with the Terraform modification sufficiently worked around the issue for me. |
@twmartin @python3k @andrewrutter @dominic-byrne-worldpay @twigs67 Is this problem still affecting you folks ? Do you folks know of a way to resolve this in terraform ? What version of the aws provider are you folks using ? It's possible this is a provider bug. |
This is also an issue for me. Fixed it by destroying the codebuild project then re-creating it (commenting out in terraform). I'm using provider version 5.19.0 and terraform >= 1.5.5 |
Still an issue as of Terraform v1.9.8 and AWS Provider 5.68.0, but you can change the artifact type in AWS Console, so destroying and recreating the Codebuild Project resource is likely the quickest remedy.
|
Hello,
I'm getting the error:
Maybe I'm missing something?
The text was updated successfully, but these errors were encountered: