Split organization module in files, add nullables

This commit is contained in:
Julio Castillo
2022-01-29 10:08:17 +01:00
committed by Julio Castillo
parent 9b5961f1c0
commit eb0ab2c1ec
8 changed files with 161 additions and 112 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
terraform {
required_version = ">= 1.0.0"
required_version = ">= 1.1.0"
required_providers {
google = {
source = "hashicorp/google"