Commit Graph

1257 Commits

Author SHA1 Message Date
Julio Castillo d56fd2c6ea New delegated role grants example 2021-09-21 14:52:18 +02:00
lcaggio b1ea50ea80
Merge pull request #283 from terraform-google-modules/feature/vpc-sc-multiple-perimeters
Enable multiple vpc-sc perimeters over multiple modules
2021-09-14 15:26:05 +02:00
Daniel Marzini a220f2ab1f Update README.md 2021-09-14 15:12:06 +02:00
Daniel Marzini 9fd6cd0c86 Update CHANGELOG.md 2021-09-14 14:59:33 +02:00
Daniel Marzini 10698e1d5c Update README.md 2021-09-14 14:57:20 +02:00
Daniel Marzini cb7a41e49f Merge branch 'master' into feature/vpc-sc-multiple-perimeters 2021-09-14 10:22:19 +02:00
Daniel Marzini 6b24acbbd4 Update README.md 2021-09-14 10:21:36 +02:00
Julio Castillo 8e9fb685af
Merge pull request #305 from terraform-google-modules/jccb/org-role-output
Output role information from organization module
2021-09-13 19:14:30 +02:00
Julio Castillo a1152003c6 Output role information from organization module 2021-09-13 17:36:21 +02:00
Taneli Leppä b86d696e17
Merge pull request #303 from rosmo/decentralized-firewall-validator
Added decentralized firewall rule validator
2021-09-08 13:51:51 +02:00
Taneli Leppä ff254facd4 Added decentralized firewall rule validator. 2021-09-08 13:41:21 +02:00
Daniel Marzini 8ed8d917a9 Update README.md 2021-09-03 18:54:53 +02:00
Daniel Marzini 996b8d2aa6 Update README.md 2021-09-03 18:53:30 +02:00
Daniel Marzini ae2dddc192 Update README.md 2021-09-03 18:41:51 +02:00
Daniel Marzini d5fde0e6e1 adjusting code to reflect pr changes request 2021-09-03 18:35:06 +02:00
lcaggio 5fee253ab6
Merge pull request #301 from terraform-google-modules/cai-01
Fix 'scheduled-asset-inventory-export-bq' example
2021-09-02 09:56:58 +02:00
lcaggio 7327b0214a Fix documentation. 2021-09-02 09:45:51 +02:00
lcaggio 2fb8decab3 Fix lint 2021-09-02 09:38:33 +02:00
lcaggio abe602934a Update changelog. 2021-09-01 11:26:39 +02:00
lcaggio 8a177b395f Update changelog and fix tests. 2021-09-01 11:25:45 +02:00
lcaggio b2d42511e5 Fix example 2021-09-01 11:17:06 +02:00
sruffilli 7b01f3dc08
Updated README.md for net-vpc module (#299)
* Updated README.md for net-vpc module

Added a recommendation to avoid setting up shared vpcs using the module for prod usage.

* Update README.md

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2021-08-25 16:54:05 +02:00
lcaggio bc95150bde
Update README (#298)
Fix missing '-' in gcloud command.
2021-08-18 17:41:28 +02:00
Julio Castillo 658eb3b297
Fix typo 2021-08-13 12:35:12 +02:00
Julio Castillo 5f97d68c0b Update readmes 2021-08-13 12:33:44 +02:00
Julio Castillo 33714b23ea
Merge pull request #297 from terraform-google-modules/jccb/billing-budgets
Billing budget module
2021-08-13 12:15:38 +02:00
Julio Castillo 1b80085c9b Create email notification channels automatically 2021-08-13 12:02:46 +02:00
Julio Castillo 3a8a040ff3 Billing budget module 2021-08-13 12:01:00 +02:00
Julio Castillo cb7c65135e
Update CI processes (#296)
- Upgrade to latest terraform version (1.0.4)
- Remove tflint from linting pipeline (was not doing anything)
- Add terraform fmt check to linting pipeline
- Pass all code through terraform fmt
2021-08-12 17:30:53 +02:00
Julio Castillo 00143189eb
Merge pull request #295 from noahdungey/patch-1
Fixed typo in pubsub/variables.tf.
2021-08-12 10:19:28 +02:00
Julio Castillo c2e23001b7 Fix formatting 2021-08-12 10:07:27 +02:00
Noah Dungey 4f91e3039b
Fixed typo in max_delivery_attempts variable name.
Fixed type in max_delivery_attempts variable name.
2021-08-11 15:48:38 -06:00
Julio Castillo e4645afada
Update CHANGELOG.md 2021-08-10 11:32:50 +02:00
Julio Castillo fc3fbcd75e
Merge pull request #294 from terraform-google-modules/jccb/static-sa-output
Compute service account email statically
2021-08-10 11:10:36 +02:00
Julio Castillo 75418bbbd0 Compute service account email statically
Generate the service account output statically based on the service
account name and parent project. This allows, among other things, to use
service accounts as map keys (e.g. to be used in the `iam` argument in
other modules).
2021-08-10 10:50:44 +02:00
vanessabodard-voi f181c5164d
Update list ==> tolist (#293) 2021-08-05 18:03:54 +02:00
Daniel Strebel dc5ddeab61
Merge pull request #292 from danistrebel/feature/apigee-module
Adding support for Apigee Organization and Instance creation
2021-08-05 16:41:44 +02:00
Daniel Strebel a0b3f2fb7f Apigee tfdoc update 2021-08-05 15:55:23 +02:00
Daniel Strebel 109bd80f43 Apigee module variable description fixes 2021-08-05 15:53:44 +02:00
Daniel Strebel ed6ebc0c82 pytests for apigee modules 2021-08-05 15:47:00 +02:00
Daniel Strebel cb6ded0528 Adding TFDOC to Apigee modules 2021-08-05 14:25:50 +02:00
Daniel Strebel e8b01064f6 Apigee add paid only variables and examples 2021-08-05 13:21:57 +02:00
Daniel Strebel 9c4bb0562f apigee module without service networking 2021-08-05 11:57:22 +02:00
Daniel Strebel 24b5e03c80 initial scaffold for an Apigee tf module 2021-08-04 17:09:44 +02:00
Julio Castillo af34a3bc97
Update CHANGELOG.md 2021-07-30 15:05:01 +02:00
Ludovico Magnocavallo 202892b344
Add support for lifecycle_rule in gcs module (#288) (#289)
* Add support for lifecycle_rule in gcs module (#288)

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>

* fix docs

* rename unrelated interconnect module tests

* fix doc example test

Co-authored-by: iury <1934268+IuryAlves@users.noreply.github.com>
2021-07-30 12:07:17 +02:00
Aleksandr Averbukh 598e4f5ee1
Merge pull request #285 from terraform-google-modules/decentralized-firewall-averbukh
Decentralized firewall management example added.
2021-07-30 01:29:42 +02:00
averbukh 2ab061baa9 Note hierarcicall FW rules in the readme 2021-07-30 01:16:47 +02:00
averbukh a1008a83a8 Fix firewall-yaml readme 2021-07-29 11:54:26 +02:00
averbukh b149aa5c7e Merge branch 'decentralized-firewall-averbukh' of https://github.com/terraform-google-modules/cloud-foundation-fabric into decentralized-firewall-averbukh 2021-07-28 22:25:34 +02:00