Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Adding Apigee NAT Address Resource" #3943

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changelog/5576.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
5 changes: 2 additions & 3 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 243
// Generated resources: 242
// Generated IAM resources: 123
// Total generated resources: 366
// Total generated resources: 365
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -945,7 +945,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_apigee_envgroup": resourceApigeeEnvgroup(),
"google_apigee_instance_attachment": resourceApigeeInstanceAttachment(),
"google_apigee_envgroup_attachment": resourceApigeeEnvgroupAttachment(),
"google_apigee_nat_address": resourceApigeeNatAddress(),
"google_app_engine_domain_mapping": resourceAppEngineDomainMapping(),
"google_app_engine_firewall_rule": resourceAppEngineFirewallRule(),
"google_app_engine_standard_app_version": resourceAppEngineStandardAppVersion(),
Expand Down
2 changes: 1 addition & 1 deletion google-beta/resource_apigee_instance_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func resourceApigeeInstanceAttachment() *schema.Resource {
Required: true,
ForceNew: true,
Description: `The Apigee instance associated with the Apigee environment,
in the format 'organizations/{{org_name}}/instances/{{instance_name}}'.`,
in the format 'organisations/{{org_name}}/instances/{{instance_name}}'.`,
},
"name": {
Type: schema.TypeString,
Expand Down
249 changes: 0 additions & 249 deletions google-beta/resource_apigee_nat_address.go

This file was deleted.

Loading