Skip to content

Commit

Permalink
AlloyDB Instance (#6792) (#4857)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 8, 2022
1 parent 5c1f834 commit 832b729
Show file tree
Hide file tree
Showing 7 changed files with 1,317 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6792.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_alloydb_instance`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1021,9 +1021,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 279
// Generated resources: 280
// Generated IAM resources: 183
// Total generated resources: 462
// Total generated resources: 463
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand All @@ -1050,6 +1050,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_active_directory_domain": resourceActiveDirectoryDomain(),
"google_active_directory_domain_trust": resourceActiveDirectoryDomainTrust(),
"google_alloydb_cluster": resourceAlloydbCluster(),
"google_alloydb_instance": resourceAlloydbInstance(),
"google_api_gateway_api": resourceApiGatewayApi(),
"google_api_gateway_api_iam_binding": ResourceIamBinding(ApiGatewayApiIamSchema, ApiGatewayApiIamUpdaterProducer, ApiGatewayApiIdParseFunc),
"google_api_gateway_api_iam_member": ResourceIamMember(ApiGatewayApiIamSchema, ApiGatewayApiIamUpdaterProducer, ApiGatewayApiIdParseFunc),
Expand Down
Loading

0 comments on commit 832b729

Please sign in to comment.