Skip to content

Commit

Permalink
New Resource : google_dialogflowcx_entity_type (#4924) (#3480)
Browse files Browse the repository at this point in the history
* Including API definition for EntityType

* Including acc tests for EntityTypes

* Adding example for Dialogflow entity type

* Refactoring with suggestions made in PR for versions

* Updated Entity Type tests

* Fix space in tests

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 4, 2021
1 parent 996b85f commit 58dbf94
Show file tree
Hide file tree
Showing 7 changed files with 1,038 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/4924.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_dialogflow_cx_entity_type`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -878,9 +878,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 238
// Generated resources: 239
// Generated IAM resources: 117
// Total generated resources: 355
// Total generated resources: 356
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1088,6 +1088,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_dialogflow_cx_flow": resourceDialogflowCXFlow(),
"google_dialogflow_cx_version": resourceDialogflowCXVersion(),
"google_dialogflow_cx_page": resourceDialogflowCXPage(),
"google_dialogflow_cx_entity_type": resourceDialogflowCXEntityType(),
"google_dns_managed_zone": resourceDNSManagedZone(),
"google_dns_policy": resourceDNSPolicy(),
"google_dns_record_set": resourceDNSResourceDnsRecordSet(),
Expand Down
Loading

0 comments on commit 58dbf94

Please sign in to comment.