This is a major refactor adding support for Terraform 0.13 features
- incompatible change minimum required terraform version is now 0.13.0
- incompatible change
foldersmodule renamed tofolder - incompatible change
iam-service-accountsmodule renamed toiam-service-account - incompatible change all
iam_rolesandiam_membervariables merged into a singleiamvariable. This change affects most modules - incompatible change modules like
folder,gcs,iam-service-accountnow create a single resource. Use for_each at the module level if you need multiple instances - added basic variable validations to some modules