Skip to content

Commit

Permalink
Adding in DeleteBeforeReplace: True to IAM types (#2650)
Browse files Browse the repository at this point in the history
This added in DeleteBeforeReplace for google_project_iam_policy,
google_project_iam_member
  • Loading branch information
rshade authored Nov 18, 2024
1 parent 6e6af88 commit 678ddd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -874,12 +874,14 @@ func Provider() tfbridge.ProviderInfo {
Docs: &tfbridge.DocInfo{
Source: "google_project_iam.html.markdown",
},
DeleteBeforeReplace: true,
},
"google_project_iam_policy": {
Tok: gcpResource(gcpProject, "IAMPolicy"),
Docs: &tfbridge.DocInfo{
Source: "google_project_iam.html.markdown",
},
DeleteBeforeReplace: true,
},
"google_project_organization_policy": {
Tok: gcpResource(gcpProject, "OrganizationPolicy"),
Expand Down

0 comments on commit 678ddd9

Please sign in to comment.