Skip to content

Commit

Permalink
AppEngine Standard Application Version resource.
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
khanali21 authored and modular-magician committed Aug 12, 2019
1 parent 60e848e commit aa34ffe
Show file tree
Hide file tree
Showing 6 changed files with 1,596 additions and 2 deletions.
3 changes: 2 additions & 1 deletion google/provider_app_engine_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ var AppEngineCustomEndpointEntry = &schema.Schema{
}

var GeneratedAppEngineResourcesMap = map[string]*schema.Resource{
"google_app_engine_firewall_rule": resourceAppEngineFirewallRule(),
"google_app_engine_firewall_rule": resourceAppEngineFirewallRule(),
"google_app_engine_standard_app_version": resourceAppEngineStandardAppVersion(),
}
Loading

0 comments on commit aa34ffe

Please sign in to comment.