-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add imagePullCredentialsType for codebuild to access cross account image #7458
Conversation
@bflad And chance this PR can be reviewed? I'm hoping this PR fixes that problem :) Example error:
@steve-ng Do you know where the default is coming from? In the docs you've mentioned |
👍 this will be great! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @steve-ng! 🚀
Output from acceptance testing (failure unrelated):
--- PASS: TestAccAWSCodeBuildProject_Artifacts_EncryptionDisabled (31.31s)
--- PASS: TestAccAWSCodeBuildProject_BadgeEnabled (21.83s)
--- PASS: TestAccAWSCodeBuildProject_basic (22.50s)
--- PASS: TestAccAWSCodeBuildProject_BuildTimeout (34.69s)
--- PASS: TestAccAWSCodeBuildProject_Cache (48.62s)
--- PASS: TestAccAWSCodeBuildProject_Description (32.72s)
--- PASS: TestAccAWSCodeBuildProject_EncryptionKey (54.91s)
--- PASS: TestAccAWSCodeBuildProject_Environment_Certificate (32.28s)
--- PASS: TestAccAWSCodeBuildProject_Environment_EnvironmentVariable_Type (32.15s)
--- PASS: TestAccAWSCodeBuildProject_importBasic (23.08s)
--- PASS: TestAccAWSCodeBuildProject_SecondaryArtifacts (31.40s)
--- PASS: TestAccAWSCodeBuildProject_SecondarySources_CodeCommit (21.71s)
--- PASS: TestAccAWSCodeBuildProject_Source_Auth (25.32s)
--- PASS: TestAccAWSCodeBuildProject_Source_GitCloneDepth (32.12s)
--- PASS: TestAccAWSCodeBuildProject_Source_InsecureSSL (32.07s)
--- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_Bitbucket (35.40s)
--- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_GitHub (32.79s)
--- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_GitHubEnterprise (30.91s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_Bitbucket (21.96s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_CodeCommit (21.70s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_CodePipeline (19.54s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_GitHubEnterprise (21.02s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_NoSource (24.83s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_NoSourceInvalid (8.32s)
--- FAIL: TestAccAWSCodeBuildProject_Source_Type_S3 (17.86s)
--- PASS: TestAccAWSCodeBuildProject_Tags (26.22s)
--- PASS: TestAccAWSCodeBuildProject_VpcConfig (48.98s)
--- PASS: TestAccAWSCodeBuildProject_WindowsContainer (27.70s)
This has been released in version 2.3.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Fixes #7450
Changes proposed in this pull request:
Output from acceptance testing: