Skip to content

Commit

Permalink
add sql_source_representation_instance (#3186) (#1832)
Browse files Browse the repository at this point in the history
* add sql_source_representation_instance

* exclude ansible/inspec

* requireds, defaults, validations

* typo

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 5, 2020
1 parent a218079 commit 38955bd
Show file tree
Hide file tree
Showing 7 changed files with 710 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3186.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_sql_source_representation_instance`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 126
// Generated resources: 127
// Generated IAM resources: 54
// Total generated resources: 180
// Total generated resources: 181
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -746,6 +746,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_spanner_instance": resourceSpannerInstance(),
"google_spanner_database": resourceSpannerDatabase(),
"google_sql_database": resourceSQLDatabase(),
"google_sql_source_representation_instance": resourceSQLSourceRepresentationInstance(),
"google_storage_bucket_iam_binding": ResourceIamBinding(StorageBucketIamSchema, StorageBucketIamUpdaterProducer, StorageBucketIdParseFunc),
"google_storage_bucket_iam_member": ResourceIamMember(StorageBucketIamSchema, StorageBucketIamUpdaterProducer, StorageBucketIdParseFunc),
"google_storage_bucket_iam_policy": ResourceIamPolicy(StorageBucketIamSchema, StorageBucketIamUpdaterProducer, StorageBucketIdParseFunc),
Expand Down
Loading

0 comments on commit 38955bd

Please sign in to comment.