Skip to content

Commit

Permalink
Adding dialogflow_cx_test_case resource (#8879) (#15814)
Browse files Browse the repository at this point in the history
* Adding dialogflow_cx_test_case resource

* Making displayName output-only

* Using %parent instead of custom import code

* Adding comment clarifying why intent + audio are missing

* Making tests exercise updating more fields

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Sep 12, 2023
1 parent 76be55b commit d24f030
Show file tree
Hide file tree
Showing 6 changed files with 3,056 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/8879.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_dialogflow_cx_test_case`
```
5 changes: 3 additions & 2 deletions google/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -980,9 +980,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 319
// Generated resources: 320
// Generated IAM resources: 207
// Total generated resources: 526
// Total generated resources: 527
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1290,6 +1290,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_dialogflow_cx_flow": dialogflowcx.ResourceDialogflowCXFlow(),
"google_dialogflow_cx_intent": dialogflowcx.ResourceDialogflowCXIntent(),
"google_dialogflow_cx_page": dialogflowcx.ResourceDialogflowCXPage(),
"google_dialogflow_cx_test_case": dialogflowcx.ResourceDialogflowCXTestCase(),
"google_dialogflow_cx_webhook": dialogflowcx.ResourceDialogflowCXWebhook(),
"google_dns_managed_zone": dns.ResourceDNSManagedZone(),
"google_dns_managed_zone_iam_binding": tpgiamresource.ResourceIamBinding(dns.DNSManagedZoneIamSchema, dns.DNSManagedZoneIamUpdaterProducer, dns.DNSManagedZoneIdParseFunc),
Expand Down
Loading

0 comments on commit d24f030

Please sign in to comment.