Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform Support for Dataplex Tasks. #15226

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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