* feat: Add Service Agent substitution for `iam_by_principals`, just like the other `iam*` attributes
* feat: Add Service Agent substitution for Buckets created via `project-factory`
* fix: Service Account lookups in IAM assignments of Buckets, created by `project-factory`
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
* Added cross project NEG support
* Made neg_configs variable same as in net-lb-app-int
* Added support for cross-project negs in net-lb-app-ext-regional module
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
Co-authored-by: Ludovico Magnocavallo <ludo@qix.it>
Co-authored-by: Julio Castillo <juliocc@gmail.com>
Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com>
* feat: Changes for migrating resources to GLB module
* Updated Readme
* Added support for null description
* Added support for empty string
* Added default optional values
* Changed Readme
* Corrected description according to readme
* Added name and description changes for net-lb-app-ext-regional
* Added name and description changes for net-lb-app-int
* Added name and description changes for net-lb-app-int-cross-region
* Added name and description changes for net-lb-proxy-int
* Added name and description changes for net-lb-ext
* Added name and description changes for net-lb-int
* Changed Readme docs
* [feat] - adding support for cloudsql regional replicas
* Remove validation already done by the provider.
---------
Co-authored-by: Julio Castillo <jccb@google.com>
* update README.md: explain dynamic fieldname mapping for firewall rules
* Update README.md: add firewall rule factory schema
* Update README.md to flag undocumented implicit defaults
* shorting line length
I think I failed a linting check because a line was too long / would cause readability issues
* fix tfdoc mark
* update TOC
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
* exposing the network_id from the net-vpc module for use with tag bindings
* convert vpc_create to vpc_reuse
* Changed the reuse vars to standardised attributes
* fixed readme tests and schemas
* modified apigee blueprint to use vpc_reuse with network_id passthrough
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
* fix: Use consistent substitution for Service Agents
Fixes broken substitution of Service Agents when calling module `project-iam`. Setting `iam_bindings` and `iam_bindings_additive` now substitutes like `iam`, where it already works.
* Fix reference
---------
Co-authored-by: Julio Castillo <jccb@google.com>
* Added tag factory option for organization module
* added tags-factory tests
* added tag factory for project module
* missing header
* added lookup catch for org tag values and fixed incorrect link in doco
* fixed factory locals from copy/paste
* added full doco/tests for project tags factory. fixed failed test looking for ID in yamls
* added context option for factories_config to configure existing K/Vs
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
* Addition of Cloud Deploy Module
* Addition of IAM and fixes as per review
* Updated README to add IAM information, ran tfdocs and tests
* Correcting linting errors
* Correcting version.tf
* Ordered arguments and variables
* Updated README on module and root levels to include Cloud Deploy
* Fixing formatting and test issues
* fixing formatting
---------
Co-authored-by: Vineet Eldochan <vineet.eldochan@withriley.com>