Commit Graph

4266 Commits

Author SHA1 Message Date
lcaggio 30bef8546f Create metadata yaml file 2023-04-19 12:58:00 +02:00
lcaggio 15a4dcdd71
Merge branch 'master' into lcaggio/vertex-01 2023-04-19 11:51:53 +02:00
lcaggio f5c5ac0606 Fix python linting due to yapf new version. 2023-04-19 11:46:39 +02:00
lcaggio f4490fcaea Fix comments 2023-04-19 11:22:50 +02:00
Julio Castillo df8c61fe69
Merge pull request #1336 from bjohnrl/master
Certificate renewal through terraform
2023-04-19 11:20:00 +02:00
bjohnrl e24b993550 Add lifecycle for create certificate before destroy 2023-04-19 09:24:35 +01:00
lcaggio 1f4fac2f1d fix lint 2023-04-18 17:51:24 +02:00
lcaggio edf67fc5d0 First commit 2023-04-18 17:32:15 +02:00
bjohnrl 5807c03d88
Certifiate 2023-04-18 13:15:02 +01:00
Julio Castillo 66f00903c6
Merge pull request #1335 from jamesmao-xyz/patch-1
Inconsistent conditional result types error in net-vpc module
2023-04-18 13:07:16 +02: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
Ludovico Magnocavallo 91a1168d1d
rename blueprint providers file (#1334) 2023-04-18 11:44:09 +02:00
Ludo b936a7cc8f
update changelog 2023-04-18 10:33:34 +02:00
Julio Castillo 7b37bd1d57
Merge pull request #1333 from GoogleCloudPlatform/jccb/vertex-providers
Add providers to vertex-mlops blueprint
2023-04-18 10:05:15 +02:00
Julio Castillo 4b2e2d2ef7 Add providers to vertex-mlops blueprint 2023-04-18 09:42:46 +02:00
lcaggio 344f74d11b
Merge pull request #1332 from GoogleCloudPlatform/lcaggio/secretmanager
Add CMEK support on Secret manager module
2023-04-18 07:05:09 +02:00
lcaggio 306b38295e Add CMEK support 2023-04-17 23:32:13 +02:00
Julio Diez 087b4c40b4
Merge pull request #1331 from juliodiez/oauth
IAP for Cloud Run GA
2023-04-17 16:43:07 +02:00
Julio Diez d9b9f4d347 Fix conditional branch when resource does not exist 2023-04-17 16:19:25 +02:00
Julio Diez dc608e24c4 Update num. resources in tests 2023-04-17 13:20:43 +02:00
Julio Diez 102c8ed0fb Provision and configure the IAP service identity
The IAP service agent invokes Cloud Run when IAP is configured. This SA needs
the role run.invoker
2023-04-17 13:11:12 +02:00
Ludovico Magnocavallo 121bc30e90
fix typo in variable name (#1324) 2023-04-17 07:40:05 +00:00
Julio Castillo c28f7e69e9
Merge pull request #1327 from GoogleCloudPlatform/jccb/migrate-tests
Migrate more tests
2023-04-17 09:18:07 +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 3dd27b6248 Migrate container-registry 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
Ludovico Magnocavallo 9072c3472e
strip org name from deploy key repo (#1328) 2023-04-17 08:59:07 +02:00
Julio Castillo 09945a24eb
Merge pull request #1326 from GoogleCloudPlatform/jccb/delete-interconnect
Remove net-interconnect-attachment-direct
2023-04-14 11:28:25 +02:00
Julio Castillo 2d4bd5a244 Remove net-interconnect-attachment-direct 2023-04-14 11:01:54 +02:00
Julio Castillo ac59bdeb75
Merge pull request #1309 from GoogleCloudPlatform/lcaggioni/data-eng-fix
[DataPlatform] Fix data-eng role on orchestration project
2023-04-12 16:23:00 +02:00
Julio Castillo 5e9b7091c2
Merge branch 'master' into lcaggioni/data-eng-fix 2023-04-12 15:57:39 +02:00
Julio Castillo ff80e66a38
Merge pull request #1323 from bgdanix/shielded-dataset-fix
fix: create log-export-dataset on shielded-folder when no ecryption keys are defined
2023-04-12 15:43:25 +02:00
Bogdan A 4443fe90f5
Merge branch 'master' into shielded-dataset-fix 2023-04-12 15:45:59 +03:00
bgdanix c6e79ddfc4 fix: create log-export-dataset on shielded-folder when no ecryption keys are defined 2023-04-12 15:31:08 +03:00
Julio Castillo 23302b1efd
Merge pull request #1322 from GoogleCloudPlatform/jccb/fw-tests
Add inventories to net-vpc-firewall tests
2023-04-12 14:27:33 +02:00
Julio Castillo eca0a9583e Add inventories to net-vpc-firewall tests 2023-04-12 14:04:58 +02:00
Antonio Lopez a50473866f
Merge pull request #1320 from ajlopezn/ajln-firewall
issue #1303: net-vpc-firewall module supporting source and destination ranges
2023-04-12 12:32:18 +02:00
Julio Castillo 1cf6ade31b
Merge branch 'master' into ajln-firewall 2023-04-12 10:50:52 +02:00
apichick a59907155d
Merge pull request #1319 from apichick/autopilot-fix
Fixed wait_time in locust script
2023-04-12 10:39:44 +02:00
ajlopezn 7929f4186c Merge branch 'ajln-firewall' of https://github.com/ajlopezn/cloud-foundation-fabric into ajln-firewall 2023-04-12 08:26:59 +00:00
Antonio Lopez f0bdc0d862
Merge branch 'master' into ajln-firewall 2023-04-12 10:26:41 +02:00