Skip to content

Commit aae10f0

Browse files
add terraform support to SAC realm (#15650) (#11084)
[upstream:c20da38d145a4038610378908a6a4088dea1e91d] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 0a72667 commit aae10f0

File tree

7 files changed

+1214
-2
lines changed

7 files changed

+1214
-2
lines changed

.changelog/15650.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_network_security_sac_realm`
3+
```

google-beta/provider/provider_mmv1_resources.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
626626
}
627627

628628
// Resources
629-
// Generated resources: 746
629+
// Generated resources: 747
630630
// Generated IAM resources: 348
631-
// Total generated resources: 1094
631+
// Total generated resources: 1095
632632
var generatedResources = map[string]*schema.Resource{
633633
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
634634
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1459,6 +1459,7 @@ var generatedResources = map[string]*schema.Resource{
14591459
"google_network_security_address_group_iam_binding": tpgiamresource.ResourceIamBinding(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
14601460
"google_network_security_address_group_iam_member": tpgiamresource.ResourceIamMember(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
14611461
"google_network_security_address_group_iam_policy": tpgiamresource.ResourceIamPolicy(networksecurity.NetworkSecurityProjectAddressGroupIamSchema, networksecurity.NetworkSecurityProjectAddressGroupIamUpdaterProducer, networksecurity.NetworkSecurityProjectAddressGroupIdParseFunc),
1462+
"google_network_security_sac_realm": networksecurity.ResourceNetworkSecuritySacRealm(),
14621463
"google_network_security_security_profile": networksecurity.ResourceNetworkSecuritySecurityProfile(),
14631464
"google_network_security_security_profile_group": networksecurity.ResourceNetworkSecuritySecurityProfileGroup(),
14641465
"google_network_security_server_tls_policy": networksecurity.ResourceNetworkSecurityServerTlsPolicy(),

0 commit comments

Comments
 (0)