Skip to content

Commit

Permalink
Dialogflow EntityType Resource (#3487) (#2052)
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 May 11, 2020
1 parent 3e0e461 commit 8e4e6f1
Show file tree
Hide file tree
Showing 6 changed files with 701 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3487.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_dialogflow_entity_type`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 152
// Generated resources: 153
// Generated IAM resources: 63
// Total generated resources: 215
// Total generated resources: 216
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -743,6 +743,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_deployment_manager_deployment": resourceDeploymentManagerDeployment(),
"google_dialogflow_agent": resourceDialogflowAgent(),
"google_dialogflow_intent": resourceDialogflowIntent(),
"google_dialogflow_entity_type": resourceDialogflowEntityType(),
"google_dns_managed_zone": resourceDNSManagedZone(),
"google_dns_policy": resourceDNSPolicy(),
"google_filestore_instance": resourceFilestoreInstance(),
Expand Down
Loading

0 comments on commit 8e4e6f1

Please sign in to comment.