Skip to content

Commit

Permalink
Apigee instance (#4503) (#2986)
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 <priyasaxena@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Priya Saxena <priyasaxena@google.com>
  • Loading branch information
modular-magician and Priyasaxena21 authored Feb 24, 2021
1 parent d0a8966 commit 9c20a5a
Show file tree
Hide file tree
Showing 8 changed files with 1,062 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-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 210
// Generated resources: 211
// Generated IAM resources: 108
// Total generated resources: 318
// Total generated resources: 319
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -855,6 +855,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_api_gateway_gateway_iam_member": ResourceIamMember(ApiGatewayGatewayIamSchema, ApiGatewayGatewayIamUpdaterProducer, ApiGatewayGatewayIdParseFunc),
"google_api_gateway_gateway_iam_policy": ResourceIamPolicy(ApiGatewayGatewayIamSchema, ApiGatewayGatewayIamUpdaterProducer, ApiGatewayGatewayIdParseFunc),
"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 9c20a5a

Please sign in to comment.