Commit Graph

392 Commits

Author SHA1 Message Date
Luca Prete f2c80e17f1
[#138] Update copyright headers to 2020 (#139)
Co-authored-by: Luca Prete <lucaprete@google.com>
2020-09-23 11:07:03 +02:00
Sumeet Chaurasia bbb14886fd
provider version update (#140) 2020-09-23 10:09:41 +02:00
vanessabodard-voi 435d64d81a
Change bucket_policy_only into uniform_bucket_level_access in GCS module (#135)
* Change bucket_policy_only into bucket_policy_only

* Update changelog
2020-09-15 19:33:40 +02:00
Ludovico Magnocavallo 0eaeea6251
Update CHANGELOG.md 2020-09-03 19:23:09 +02:00
Ludovico Magnocavallo 120e1be1d9 extend gcs module tests to cover new variables 2020-09-03 19:19:41 +02:00
Ludovico Magnocavallo 9e32b32b3d reformat GCS module and update README 2020-09-03 19:08:29 +02:00
vanessabodard-voi e8c227fdd6
Add bucket logging (#134)
* Add logging

* Improve syntax

* Add example

* Improve type for retention policy
2020-09-03 19:06:35 +02:00
Ludovico Magnocavallo c1b3459fd7
Update CHANGELOG.md 2020-09-01 18:52:15 +02:00
Ludovico Magnocavallo 0265ba0951
Refactor net-address variables, add support for internal address purpose
* add support for internal address purpose
* update gcs module README
* refactor net address module interface and add tests
* add more examples in net-address README
2020-09-01 18:49:21 +02:00
vanessabodard-voi daf3dc41e7
Add retention policy (#133) 2020-09-01 17:48:02 +02:00
Aleksandr Averbukh d45934e544
Merge pull request #132 from terraform-google-modules/vpn-ha-optional-gateway
Make VPN Gateway creation optional for the net-vpn-ha module
2020-09-01 16:32:14 +02:00
Aleksandr Averbukh aacb570ac8 Fix list of log config attributes to be tested 2020-09-01 15:00:16 +02:00
Aleksandr Averbukh 931af3e943 Fix subnet logging test 2020-09-01 14:18:37 +02:00
Aleksandr Averbukh 4626dafcc8 Make VPN Gateway creation optional for the module. 2020-09-01 12:38:25 +02:00
Ludovico Magnocavallo fe857ee96f implement cf fix for https://issuetracker.google.com/issues/155215191 2020-09-01 07:52:48 +02:00
Ludovico Magnocavallo 707e567637 implement cf fix for https://issuetracker.google.com/issues/155215191 2020-09-01 07:50:04 +02:00
Julio Castillo 263c767a0a
Update README.md 2020-08-31 15:13:28 +02:00
Julio Castillo 1292b4c192
Merge pull request #130 from terraform-google-modules/jccb-net-vpc-optional-create
Make VPC creation optional in `net-vpc` module
2020-08-31 15:03:33 +02:00
Julio Castillo 21aee6f0aa Reference VPC name from module variable 2020-08-31 14:54:05 +02:00
Julio Castillo 067f072c26 Make VPC creation optional in `net-vpc` module 2020-08-31 14:09:28 +02:00
lcaggio 0ca0f8e81b
Merge pull request #129 from terraform-google-modules/fix-128
Fix issue #128
2020-08-31 11:03:17 +02:00
Lorenzo Caggioni 534662a41c - Fix issue 128 2020-08-31 10:48:14 +02:00
Ludovico Magnocavallo 887348da48
Update CHANGELOG.md 2020-08-29 11:31:48 +02:00
Ludovico Magnocavallo a468cd89bc
Update CHANGELOG.md 2020-08-29 11:31:22 +02:00
Ludovico Magnocavallo 088a7c569f
Quota monitor end to end example (#125)
* working example, README missing

* add missing boilerplate to outputs file

* README

* fix dynamic resources in IAM binding for_each

* add tests

* update input/output table in README

* add example to READMEs
2020-08-29 11:29:46 +02:00
Ludovico Magnocavallo 86bee0ff70 update input variable table in dns module README 2020-08-29 11:16:42 +02:00
Ludovico Magnocavallo 60c068ffea update input variable tables in data solutions examples 2020-08-29 11:15:42 +02:00
Ludovico Magnocavallo 0389af7310
Update CHANGELOG.md 2020-08-29 11:10:37 +02:00
vanessabodard-voi 9c59a03052
Add the option to not create a DNS managed zone (#126)
* Add zone_create variable

* Update readme

* Update dns_keys
2020-08-29 11:09:57 +02:00
Julio Castillo 5ae489f50d
Add alias IP support in `compute-vm` (#127)
* Add alias IP support in `compute-vm`

* Fix tests

* add end to end tests for data solutions examples and fix example errors

* update changelog

* add missing boilerplate

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2020-08-29 10:12:30 +02:00
Julio Castillo 59f99872d8
Update CHANGELOG.md 2020-08-26 12:18:28 +02:00
Julio Castillo 2d5040cc39
Update CHANGELOG.md 2020-08-26 12:18:07 +02:00
Julio Castillo 1c0dd4dd13
Fix project outputs.tf 2020-08-26 12:15:44 +02:00
Ludovico Magnocavallo abdcfc0e98 don't raise error on incremental destroy in asset example 2020-08-17 12:46:31 +02:00
Ludovico Magnocavallo 849b50b95b don't raise error on incremental destroys in cf module outputs 2020-08-17 12:46:04 +02:00
Ludovico Magnocavallo f0ba47511c add tests for cloud operations examples 2020-08-17 12:29:13 +02:00
Ludovico Magnocavallo 8039999d09
Update CHANGELOG.md 2020-08-16 20:40:09 +02:00
Ludovico Magnocavallo 2e644a3333 streamline gke module peering project id 2020-08-16 20:36:52 +02:00
Roberto Rojas a3962dcaf7
#123: Proposal to extend gke-module (#124)
* allows the use of shared VPC network

* adds configuration block for host project id and shared vpc

* changes based on issue discussion

* changes based on issue discussion
2020-08-16 20:32:36 +02:00
Ludovico Magnocavallo 8d9c42e65a remove outputs from ilb example README 2020-08-15 11:14:30 +02:00
Ludovico Magnocavallo 4861db378d
Update outputs.tf 2020-08-15 11:13:54 +02:00
Ludovico Magnocavallo 880995b7ec
Update CHANGELOG.md 2020-08-15 10:13:34 +02:00
Ludovico Magnocavallo f62b9362a2
ILB for appliances example (#122)
* rename infrastructure folder to networking

* example WIP: VPCs

* move ip forwarding to its own variable in compute-vm module

* add per-instance metadata support to compute-vm module

* ipip tunnels on linux savepoint

* simple multinic gateways example

* remove stale files

* resolve conflicts

* update diagram

* rename folder

* use a template for gw cloud config, rename some resources and files

* Update README.md

* Update README.md

* add basic plan tests for all networking e2e examples

* fix test for foundations/environments e2e example

* fix shared vpc e2 example count error in gke node service account permissions

* use module path for assets in onprem e2e example

* use project id from module in ilb e2e example

* add mising boilerplates in tests

* run examples tests in ci

* update module's README

* rename ilb example

* Update README.md

* fix rp_filter configuration

* README

* Update README.md

* Update README.md

* Update README.md

* update CHANGELOG

* update CHANGELOG

* Update README.md
2020-08-15 10:12:43 +02:00
Ludovico Magnocavallo a008b1a561
Update README.md 2020-08-08 11:04:53 +02:00
Ludovico Magnocavallo a4f955eea1 add link to Medium article in dns example's README 2020-08-07 11:51:51 +02:00
Ludovico Magnocavallo 97f8f75648
Update README.md 2020-08-01 18:44:05 +02:00
Ludovico Magnocavallo 59c242c436
Update CHANGELOG.md 2020-08-01 18:40:37 +02:00
Ludovico Magnocavallo d46adbe985
Update CHANGELOG.md 2020-08-01 18:39:32 +02:00
Ludovico Magnocavallo 695e7fddeb
Update README.md 2020-08-01 18:38:14 +02:00
Ludovico Magnocavallo ddfb00384a
Update README.md 2020-08-01 18:37:07 +02:00