-
Notifications
You must be signed in to change notification settings - Fork 1.8k
add support provider project on resource_google_project_iam_policy.go #691
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
Conversation
@@ -231,6 +231,12 @@ func TestAccGoogleProjectIamPolicy_basic(t *testing.T) { | |||
Steps: []resource.TestStep{ | |||
// Create a new project | |||
resource.TestStep{ | |||
Config: testAccGoogleProjectDefaultAssociatePolicyBasic(), |
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.
Can you create a separate test for this called TestAccGoogleProjectIamPolicy_defaultProject
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.
will do, thanks
a782d1b
to
cd8dd21
Compare
cd8dd21
to
ac988ef
Compare
Thank you! Merging. === RUN TestAccGoogleProjectIamPolicy_defaultProject
--- PASS: TestAccGoogleProjectIamPolicy_defaultProject (3.25s)
=== RUN TestAccGoogleProjectIamPolicy_basic
--- PASS: TestAccGoogleProjectIamPolicy_basic (28.07s) |
…rp#691) Signed-off-by: Modular Magician <[email protected]>
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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
fix #690