-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
bugfix: updating codebuild to latest version. 2.0.1 #121
Conversation
/terratest |
Hi @Roondel Once that's done, please run:
|
/terratest |
Hi Joe, the failed terratest was for an outdated VPC module dependency. I have attempted to bump this VPC module version in codepipeline, VPC module has required terraform provider: "module subnets" also uses this VPC module, granted a much more recent version. The others I have bumped have no breaking changes. Do these terraform providers within VPC and dynamic subnets need to be flush with codepipeline and codebuild i.e. >=1.3.0? |
/terratest |
Thanks @Roondel The main error now is:
Also please run |
/terratest |
@Roondel looks like the tests need a bit of an update. Let me know if you need me to look at that. |
@joe-niland I tested the .go file locally. I found similar errors: The json output from terraform has these values included: I'm not sure if the second name = null within port mappings is a factor here. |
/terratest |
💥 This pull request now has conflicts. Could you fix it @Roondel? 🙏 |
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
💥 This pull request now has conflicts. Could you fix it @Roondel? 🙏 |
what
the module version being used for the codebuild module call has been updated from 1.0.0 to 2.0.1.
why
this module was broken and throwing an error due to a dynamic auth block that has been removed in the latest codebuild module.
references
closes issue #120
#120
#115