Skip to content

Commit

Permalink
Merge pull request #802 from GoogleCloudPlatform/lcaggio/dp-fix
Browse files Browse the repository at this point in the history
Fix Data Platform example
  • Loading branch information
lcaggio committed Sep 9, 2022
2 parents 1ff801a + 80eebea commit 8af3f9d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12,144 deletions.
Expand Up @@ -260,6 +260,7 @@ You can find examples in the `[demo](./demo)` folder.
| [project_services](variables.tf#L108) | List of core services enabled on all projects. | <code>list&#40;string&#41;</code> | | <code title="&#91;&#10; &#34;cloudresourcemanager.googleapis.com&#34;,&#10; &#34;iam.googleapis.com&#34;,&#10; &#34;serviceusage.googleapis.com&#34;,&#10; &#34;stackdriver.googleapis.com&#34;&#10;&#93;">&#91;&#8230;&#93;</code> |
| [project_suffix](variables.tf#L119) | Suffix used only for project ids. | <code>string</code> | | <code>null</code> |
| [region](variables.tf#L125) | Region used for regional resources. | <code>string</code> | | <code>&#34;europe-west1&#34;</code> |
| [service_encryption_keys](variables.tf#L131) | Cloud KMS to use to encrypt different services. Key location should match service region. | <code title="object&#40;&#123;&#10; bq &#61; string&#10; composer &#61; string&#10; dataflow &#61; string&#10; storage &#61; string&#10; pubsub &#61; string&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> | | <code>null</code> |

## Outputs

Expand Down

This file was deleted.

0 comments on commit 8af3f9d

Please sign in to comment.