Skip to content

Commit

Permalink
Add app engine domain mappings resource
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
megan07 authored and modular-magician committed Aug 21, 2019
1 parent 70af5e0 commit 7ba0c9f
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ func Provider() terraform.ResourceProvider {
}
}

// Generated resources: 71
// Generated resources: 72
// Generated IAM resources: 6
// Total generated resources: 77
// Total generated resources: 78
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand All @@ -396,6 +396,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_access_context_manager_access_policy": resourceAccessContextManagerAccessPolicy(),
"google_access_context_manager_access_level": resourceAccessContextManagerAccessLevel(),
"google_access_context_manager_service_perimeter": resourceAccessContextManagerServicePerimeter(),
"google_app_engine_domain_mapping": resourceAppEngineDomainMapping(),
"google_app_engine_firewall_rule": resourceAppEngineFirewallRule(),
"google_bigquery_data_transfer_config": resourceBigqueryDataTransferConfig(),
"google_bigtable_app_profile": resourceBigtableAppProfile(),
Expand Down
Loading

0 comments on commit 7ba0c9f

Please sign in to comment.