-
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
f/aws_codebuild_project: enable build status config #15445
f/aws_codebuild_project: enable build status config #15445
Conversation
@@ -2892,6 +2927,60 @@ resource "aws_codebuild_project" "test" { | |||
`, rName, authResource, authType) | |||
} | |||
|
|||
func testAccAWSCodeBuildProjectConfig_Source_BuildStatusConfig(rName string) string { | |||
return testAccAWSCodeBuildProjectConfig_Base_ServiceRole(rName) + fmt.Sprintf(` |
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.
@bflad : Hi Brian, there is a terrafmt error here, but I am not sure how to rectify it, I tried running terrfmt locally and it didn't show any difference for this file. your thoughts ?
Duplicate of #15442 |
@nikhil-goenka Thanks for the contribution 👏. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Relates OR Closes #15441
Release note for CHANGELOG:
Output from acceptance testing: