Use the same versions file everywhere, pin to tf 1.0+ provider 4.0+ (#355)

* add default versions file, remove old providers and versions

* use default versions file everywhere

* fix kms module

* re-add provider configuration for data platform step 2

* update kms module outputs sorting

* update kms documentation

* fix data solutions tests

* fix GKE workload identity attribute name

* work around firewall provider issue in datafusion example
This commit is contained in:
Ludovico Magnocavallo
2021-11-03 15:05:43 +01:00
committed by GitHub
parent c263525177
commit f6775aca1b
89 changed files with 2123 additions and 709 deletions

View File

@@ -86,10 +86,10 @@ module "kms" {
| name | description | sensitive |
|---|---|:---:|
| key_self_links | Key self links. | |
| id | Keyring self link. | |
| key_ids | Key self links. | |
| keyring | Keyring resource. | |
| keys | Key resources. | |
| location | Keyring location. | |
| name | Keyring name. | |
| self_link | Keyring self link. | |
<!-- END TFDOC -->