Skip to content

Commit c52b662

Browse files
modular-magicianslevenickMadhura Phadnis
authored
Add configuration for Authorization policy (#7792) (#5582)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Sam Levenick <[email protected]> Co-authored-by: Madhura Phadnis <[email protected]>
1 parent c932076 commit c52b662

7 files changed

+1372
-2
lines changed

.changelog/7792.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_authorization_policy`
3+
```

google-beta/provider.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,9 +801,9 @@ func Provider() *schema.Provider {
801801
return provider
802802
}
803803

804-
// Generated resources: 334
804+
// Generated resources: 335
805805
// Generated IAM resources: 219
806-
// Total generated resources: 553
806+
// Total generated resources: 554
807807
func ResourceMap() map[string]*schema.Resource {
808808
resourceMap, _ := ResourceMapWithErrors()
809809
return resourceMap
@@ -1234,6 +1234,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
12341234
"google_monitoring_uptime_check_config": ResourceMonitoringUptimeCheckConfig(),
12351235
"google_network_management_connectivity_test": ResourceNetworkManagementConnectivityTest(),
12361236
"google_network_security_address_group": ResourceNetworkSecurityAddressGroup(),
1237+
"google_network_security_authorization_policy": ResourceNetworkSecurityAuthorizationPolicy(),
12371238
"google_network_security_client_tls_policy": ResourceNetworkSecurityClientTlsPolicy(),
12381239
"google_network_security_gateway_security_policy": ResourceNetworkSecurityGatewaySecurityPolicy(),
12391240
"google_network_security_gateway_security_policy_rule": ResourceNetworkSecurityGatewaySecurityPolicyRule(),

0 commit comments

Comments
 (0)