Skip to content

Commit

Permalink
Promote DenyPolicy to GA (#8704) (#15571)
Browse files Browse the repository at this point in the history
* Update DenyPolicy.yaml (Promote to GA)

* Update iam_deny_policy_basic.tf.erb (Promote to GA)

* Update resource_iam_deny_policy_test.go.erb (Promote to GA)

* Update resource_iam_deny_policy_test.go.erb (Response to Code Review)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 20, 2023
1 parent 989d071 commit ce4890a
Show file tree
Hide file tree
Showing 7 changed files with 1,191 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .changelog/8704.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_iam_deny_policy` (ga only)
```
5 changes: 3 additions & 2 deletions google/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -966,9 +966,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 310
// Generated resources: 311
// Generated IAM resources: 204
// Total generated resources: 514
// Total generated resources: 515
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1318,6 +1318,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_healthcare_fhir_store": healthcare.ResourceHealthcareFhirStore(),
"google_healthcare_hl7_v2_store": healthcare.ResourceHealthcareHl7V2Store(),
"google_iam_access_boundary_policy": iam2.ResourceIAM2AccessBoundaryPolicy(),
"google_iam_deny_policy": iam2.ResourceIAM2DenyPolicy(),
"google_iam_workload_identity_pool": iambeta.ResourceIAMBetaWorkloadIdentityPool(),
"google_iam_workload_identity_pool_provider": iambeta.ResourceIAMBetaWorkloadIdentityPoolProvider(),
"google_iam_workforce_pool": iamworkforcepool.ResourceIAMWorkforcePoolWorkforcePool(),
Expand Down
Loading

0 comments on commit ce4890a

Please sign in to comment.