Skip to content

Commit

Permalink
Add Terraform support for the Security Gateway resource (#12695) (#20844
Browse files Browse the repository at this point in the history
)

[upstream:03a313d13c5d31f8e8fc71cb32d06157bc260f78]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 7, 2025
1 parent 6328e6a commit b35cda8
Show file tree
Hide file tree
Showing 8 changed files with 1,081 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12695.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_beyondcorp_security_gateway`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 503
// Generated resources: 504
// Generated IAM resources: 261
// Total generated resources: 764
// Total generated resources: 765
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -536,6 +536,7 @@ var generatedResources = map[string]*schema.Resource{
"google_beyondcorp_app_connection": beyondcorp.ResourceBeyondcorpAppConnection(),
"google_beyondcorp_app_connector": beyondcorp.ResourceBeyondcorpAppConnector(),
"google_beyondcorp_app_gateway": beyondcorp.ResourceBeyondcorpAppGateway(),
"google_beyondcorp_security_gateway": beyondcorp.ResourceBeyondcorpSecurityGateway(),
"google_biglake_catalog": biglake.ResourceBiglakeCatalog(),
"google_biglake_database": biglake.ResourceBiglakeDatabase(),
"google_biglake_table": biglake.ResourceBiglakeTable(),
Expand Down
Loading

0 comments on commit b35cda8

Please sign in to comment.