Skip to content

Commit

Permalink
Apigee instance (#4503) (#8546)
Browse files Browse the repository at this point in the history
* Added code for Apigee instance

* Apigee instance fixes

* re-add vcr tests

* skip_vcr tests

Co-authored-by: Priya Saxena <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Priya Saxena <[email protected]>
  • Loading branch information
modular-magician and Priyasaxena21 authored Feb 24, 2021
1 parent bb73a29 commit 161e3a0
Show file tree
Hide file tree
Showing 8 changed files with 907 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/4503.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
google_apigee_instance
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 181
// Generated resources: 182
// Generated IAM resources: 75
// Total generated resources: 256
// Total generated resources: 257
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand All @@ -742,6 +742,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_active_directory_domain": resourceActiveDirectoryDomain(),
"google_active_directory_domain_trust": resourceActiveDirectoryDomainTrust(),
"google_apigee_organization": resourceApigeeOrganization(),
"google_apigee_instance": resourceApigeeInstance(),
"google_app_engine_domain_mapping": resourceAppEngineDomainMapping(),
"google_app_engine_firewall_rule": resourceAppEngineFirewallRule(),
"google_app_engine_standard_app_version": resourceAppEngineStandardAppVersion(),
Expand Down
Loading

0 comments on commit 161e3a0

Please sign in to comment.