Skip to content

Commit

Permalink
Terraform Support for Dataplex Tasks. (#8124) (#15226)
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 committed Jul 19, 2023
1 parent 5084d06 commit 0b85f62
Show file tree
Hide file tree
Showing 12 changed files with 4,309 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/8124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_dataplex_task`
```
10 changes: 9 additions & 1 deletion .teamcity/components/generated/services.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
// this file is auto-generated with mmv1, any changes made here will be overwritten
// this file is auto-generated by magic-modules/tools/teamcity-generator, any changes made here will be overwritten

var services = mapOf(
"accessapproval" to "Accessapproval",
"accesscontextmanager" to "Accesscontextmanager",
"activedirectory" to "Activedirectory",
"alloydb" to "Alloydb",
"apigee" to "Apigee",
"apikeys" to "Apikeys",
"appengine" to "Appengine",
"artifactregistry" to "Artifactregistry",
"assuredworkloads" to "Assuredworkloads",
"beyondcorp" to "Beyondcorp",
"bigquery" to "Bigquery",
"bigqueryanalyticshub" to "Bigqueryanalyticshub",
Expand All @@ -22,6 +24,7 @@ var services = mapOf(
"cloudasset" to "Cloudasset",
"cloudbuild" to "Cloudbuild",
"cloudbuildv2" to "Cloudbuildv2",
"clouddeploy" to "Clouddeploy",
"cloudfunctions" to "Cloudfunctions",
"cloudfunctions2" to "Cloudfunctions2",
"cloudidentity" to "Cloudidentity",
Expand Down Expand Up @@ -54,9 +57,11 @@ var services = mapOf(
"dns" to "Dns",
"documentai" to "Documentai",
"essentialcontacts" to "Essentialcontacts",
"eventarc" to "Eventarc",
"filestore" to "Filestore",
"firebase" to "Firebase",
"firebasehosting" to "Firebasehosting",
"firebaserules" to "Firebaserules",
"firestore" to "Firestore",
"gameservices" to "Gameservices",
"gkebackup" to "Gkebackup",
Expand All @@ -75,16 +80,19 @@ var services = mapOf(
"memcache" to "Memcache",
"mlengine" to "Mlengine",
"monitoring" to "Monitoring",
"networkconnectivity" to "Networkconnectivity",
"networkmanagement" to "Networkmanagement",
"networksecurity" to "Networksecurity",
"networkservices" to "Networkservices",
"notebooks" to "Notebooks",
"orgpolicy" to "Orgpolicy",
"osconfig" to "Osconfig",
"oslogin" to "Oslogin",
"privateca" to "Privateca",
"publicca" to "Publicca",
"pubsub" to "Pubsub",
"pubsublite" to "Pubsublite",
"recaptchaenterprise" to "Recaptchaenterprise",
"redis" to "Redis",
"resourcemanager" to "Resourcemanager",
"runtimeconfig" to "Runtimeconfig",
Expand Down
Loading

0 comments on commit 0b85f62

Please sign in to comment.