Skip to content

Commit

Permalink
AppEngine Standard Application Version resource. (#3799)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored and rileykarson committed Aug 26, 2019
1 parent 1ed5f94 commit b5462e6
Show file tree
Hide file tree
Showing 6 changed files with 1,508 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 @@ -396,9 +396,9 @@ func Provider() terraform.ResourceProvider {
}
}

// Generated resources: 72
// Generated resources: 73
// Generated IAM resources: 6
// Total generated resources: 78
// Total generated resources: 79
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand All @@ -411,6 +411,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_access_context_manager_access_level": resourceAccessContextManagerAccessLevel(),
"google_access_context_manager_service_perimeter": resourceAccessContextManagerServicePerimeter(),
"google_app_engine_firewall_rule": resourceAppEngineFirewallRule(),
"google_app_engine_standard_app_version": resourceAppEngineStandardAppVersion(),
"google_bigquery_dataset": resourceBigQueryDataset(),
"google_bigquery_data_transfer_config": resourceBigqueryDataTransferConfig(),
"google_bigtable_app_profile": resourceBigtableAppProfile(),
Expand Down
Loading

0 comments on commit b5462e6

Please sign in to comment.