Commit Graph

1251 Commits

Author SHA1 Message Date
Julio Diez
aec85a20c9 Add support for Shared VPC in Cloud Run
A VPC access connector in a Shared VPC needs to specify the subnet
and subnet project (the host project).
2023-05-05 18:15:19 +02:00
Prabha Arya
c344606ae5 Add module link to README (#1357)
* Add dataplex module

* fix dataplex test

* resolve comments

* python test removed

* Change variable desc

* refactor variables

* fix typos

* fix assets & zones resources

* fix linting error

* fix tests

* fix typo

* add module link in README

---------

Co-authored-by: lcaggio <lorenzo.caggioni@gmail.com>
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2023-05-05 08:10:09 +00:00
Toby Archer
e333b6ffa2 Change serve_while_stale type to a number (#1329)
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2023-05-05 07:41:12 +00:00
Prabha Arya
23299f7bd7 Add cloud dataplex module (#1308)
* Add dataplex module

* fix dataplex test

* resolve comments

* python test removed

* Change variable desc

* refactor variables

* fix typos

* fix assets & zones resources

* fix linting error

* fix tests

* fix typo
2023-05-05 09:26:46 +02:00
Ludovico Magnocavallo
efb0ebe689 Switch FAST networking stages to network policies for Google domains (#1352)
* peering stage implementation

* vpn stage implementation

* tfdoc

* tests

* add most supported google domains

* align all net stages

* add support for factory to DNS response policy module

* use dns policy factory in network stages

* boilerplate
2023-05-04 07:38:40 +02:00
Brent Walker
5763eb53d4 Enhance GKE Backup Configuration Support (#1349)
* Add more support for backup configuration

* Update docs

* Remove redundant lookups
2023-05-02 14:59:12 +00:00
Ludovico Magnocavallo
98c8643886 ignore entire node config in standard cluster (#1348) 2023-05-02 15:23:02 +02:00
Bob Idle
94589efc34 Fix external documentation links (#1347) 2023-05-02 05:26:58 +00:00
Julio Castillo
8e55374717 Merge branch 'master' into lcaggio/vertex-01 2023-04-24 20:33:03 +02:00
Julio Castillo
df7cf3d278 Migrate compute-mig tests 2023-04-21 17:51:20 +02:00
Julio Castillo
eab9053e16 Migrate billing-budget tests 2023-04-21 17:51:20 +02:00
Julio Castillo
1649787905 Migrate kms tests 2023-04-21 17:51:20 +02:00
Julio Castillo
1c7f8f5907 Migrate bigquery-dataset tests 2023-04-21 17:51:20 +02:00
Julio Castillo
230a1034ec Migrate net-address tests 2023-04-21 17:51:19 +02:00
Julio Castillo
924230eb12 Migrate gke-hub tests 2023-04-21 17:51:19 +02:00
Avinash Jha
e881537f87 Separating GKE Standard and Autopilot Modules (#1330)
* separating GKE Standard and Autopilot Modules

* Changes for Updating the terraform and provide versions

* Changes for Autopilot Readme

* Changes for Autopilot Variable

* Changes for Autopilot Readme

* Changes for Autopilot Readme

* Changes for Blueprint

* Changes for Blueprint ReadMe

* Changes for gke-standard-cluster dependency

* Changes for gke-standard-cluster in gke-fleet

* Changes for gke-standard-cluster in cluster-mesh-gke-fleet-api

* python formatting

* python formatting

* python formatting

* GKE module naming convention

* Readme Changes

* test module

* Removing comment code from Autopilot
2023-04-21 12:08:13 +00:00
lcaggio
15a4dcdd71 Merge branch 'master' into lcaggio/vertex-01 2023-04-19 11:51:53 +02:00
bjohnrl
e24b993550 Add lifecycle for create certificate before destroy 2023-04-19 09:24:35 +01:00
lcaggio
edf67fc5d0 First commit 2023-04-18 17:32:15 +02:00
bjohnrl
5807c03d88 Certifiate 2023-04-18 13:15:02 +01:00
jamesmao-xyz
e1ebfeecad Fix the tf error: Inconsistent conditional result types
The conditional statement, with tomap({}) will cause the following error under terraform 1.4.5

Error: Inconsistent conditional result types
│ 
│   on ../../../modules/net-vpc/subnets.tf line 20, in locals:
│   20:   _factory_data = var.data_folder == null ? tomap({}) : {
│   21:     for f in fileset(var.data_folder, "**/*.yaml") :
│   22:     trimsuffix(basename(f), ".yaml") => yamldecode(file("${var.data_folder}/${f}"))
│   23:   }
│     ├────────────────
│     │ var.data_folder is "data/subnets/common"
│ 
│ The false result value has the wrong type: element types must all match for conversion to map.
2023-04-18 19:54:37 +10:00
lcaggio
306b38295e Add CMEK support 2023-04-17 23:32:13 +02:00
Julio Castillo
e8ff5080b9 Fix linting 2023-04-17 09:17:54 +02:00
Julio Castillo
4770cb06fd Migrate cloudsql-instance examples 2023-04-17 09:17:54 +02:00
Julio Castillo
461f7780c2 Migrate bigtable-instance tests 2023-04-17 09:17:54 +02:00
Julio Castillo
5f82938739 Migrate cloud-identity-group tests 2023-04-17 09:17:54 +02:00
Julio Castillo
771dd02b18 Migrate logging-bucket tests 2023-04-17 09:17:54 +02:00
Julio Castillo
0150e97e51 Migrate endpoints tests 2023-04-17 09:17:54 +02:00
Julio Castillo
01b9921f5c Migrate PubSub tests 2023-04-17 09:17:54 +02:00
Julio Castillo
1927b138d6 Migrate secret-manager tests 2023-04-17 09:17:54 +02:00
Julio Castillo
a2bffc7302 Migrate service-directory tests 2023-04-17 09:17:54 +02:00
Julio Castillo
ed49f3db39 Migrate source repository tests 2023-04-17 09:17:54 +02:00
Julio Castillo
f5e1717319 Migrate VPC-SC tests to examples 2023-04-17 09:17:54 +02:00
Julio Castillo
2d4bd5a244 Remove net-interconnect-attachment-direct 2023-04-14 11:01:54 +02:00
Julio Castillo
eca0a9583e Add inventories to net-vpc-firewall tests 2023-04-12 14:04:58 +02:00
ajlopezn
063c5061c8 lowercase text 2023-04-12 08:25:33 +00:00
ajlopezn
df789db9bd updated spaces 2023-04-11 21:59:36 +00:00
Antonio Lopez
b4156eff41 Merge branch 'GoogleCloudPlatform:master' into ajln-firewall 2023-04-11 22:58:22 +02:00
Fawzi
3673dc2774 Merge branch 'master' into fawzihmouda/firewall-enforcement-order 2023-04-11 23:44:56 +10:00
Fawzi
ebf93a66ad add new test to README 2023-04-11 23:38:16 +10:00
Fawzi
4722efea40 bump provider versions 2023-04-11 22:18:31 +10:00
Fawzi
3c4254fc1f update firewall_policy_enforcement_order variable 2023-04-11 22:08:41 +10:00
ajlopezn
6db1a5f5d3 updated variables doc 2023-04-11 11:39:47 +00:00
ajlopezn
d150f03b41 included link to the tf resource bug in a comment 2023-04-11 11:30:12 +00:00
ajlopezn
4e426a990a correct naming in source destination egress fw rule 2023-04-11 10:48:56 +00:00
ajlopezn
6f1e531af0 added example for source&destination ranges usage in fw rules 2023-04-11 10:45:45 +00:00
ajlopezn
b809b315f6 added example for source&destination ranges usage in fw rules 2023-04-11 10:43:32 +00:00
Antonio Lopez
660da5b585 Merge branch 'GoogleCloudPlatform:master' into ajln-firewall 2023-04-11 12:24:06 +02:00
ajlopezn
4ccf9f9361 included an empty list as default in the ingress_rules.destination_ranges variable 2023-04-11 10:22:08 +00:00
Mikhail Filipchuk
33e8b42842 Use labels var in cloud-run module (#1310)
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2023-04-11 03:06:13 +00:00