Skip to content

Commit

Permalink
[#15779] Add google_network_security_security_profile resource (#9800) (
Browse files Browse the repository at this point in the history
#6868)

* [#15779] Add google_network_security_security_profile resource

* Add untested fields to examples and tests

* Fix base path

* Removing custom timeouts as they're not needed

* Removing unused fields from yaml

* Fixing test errors

* Fixes per roaks3 comments

---------


[upstream:32f5f3d1a45a03dd7d9789d418606a079922d423]

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

// Resources
// Generated resources: 423
// Generated resources: 424
// Generated IAM resources: 255
// Total generated resources: 678
// Total generated resources: 679
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -941,6 +941,7 @@ var generatedResources = map[string]*schema.Resource{
"google_network_security_address_group_iam_binding": tpgiamresource.ResourceIamBinding(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
"google_network_security_address_group_iam_member": tpgiamresource.ResourceIamMember(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
"google_network_security_address_group_iam_policy": tpgiamresource.ResourceIamPolicy(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
"google_network_security_security_profile": networksecurity.ResourceNetworkSecuritySecurityProfile(),
"google_network_security_server_tls_policy": networksecurity.ResourceNetworkSecurityServerTlsPolicy(),
"google_network_security_tls_inspection_policy": networksecurity.ResourceNetworkSecurityTlsInspectionPolicy(),
"google_network_security_url_lists": networksecurity.ResourceNetworkSecurityUrlLists(),
Expand Down
Loading

0 comments on commit d4732f8

Please sign in to comment.