Commit Graph

2905 Commits

Author SHA1 Message Date
Brian Jung
9622635d15 Merge pull request #925 from brianhmj/master
Updating main.tf and README following #922
2022-10-28 11:49:12 -04:00
Brian Jung
980cc678c8 Update main.tf 2022-10-28 11:19:46 -04:00
Brian Jung
22736473fd Update versions.tf 2022-10-28 09:22:59 -04:00
Brian Jung
b38ade0a26 Create versions.tf 2022-10-28 09:21:17 -04:00
Brian Jung
e0c41f959f Update main.tf 2022-10-28 09:18:01 -04:00
Brian Jung
7cd0600dfc Merge branch 'GoogleCloudPlatform:master' into master 2022-10-28 09:15:50 -04:00
Ludovico Magnocavallo
2267384a8d update changelog 2022-10-28 08:30:17 +02:00
Ludovico Magnocavallo
29cde275f0 fix backwards compatibility for vpc subnet descriptions (#926) 2022-10-28 08:13:04 +02:00
Julio Castillo
f8e525556d Merge pull request #927 from kmucha555/kmucha555/f_apigee_env_deployment
Add support for deployment type and api proxy type for Apigee org
2022-10-27 21:56:40 +02:00
Julio Castillo
798fd6cc54 Merge branch 'master' into kmucha555/f_apigee_env_deployment 2022-10-27 21:46:31 +02:00
Krzysztof Mucha
74b17703cd Add support for deployment type and api proxy type for Apigee organization 2022-10-27 21:04:50 +02:00
Brian Jung
1148a5fd24 Update README.md 2022-10-27 13:22:42 -04:00
Brian Jung
1ca493e3d7 Update main.tf
Added a terraform and provider block - terraform relies on plugins and following best practices to allow allowing the rightmost component of a version to increment. (https://developer.hashicorp.com/terraform/language/providers/requirements#version-constraints)

Also removed comment about it being ok to use project roles of monitoring viewer and compute networkViewer. (Look at Issue #922)
2022-10-27 13:17:20 -04:00
Ludovico Magnocavallo
3dc7b5dcdf update changelog 2022-10-27 18:03:24 +02:00
Ludovico Magnocavallo
e20de3b86a fix service account create (#923) 2022-10-27 15:12:04 +00:00
Ayman Farhat
b021d84633 Fix formatting for gcloud dataflow job launch command (#924)
This fix is to prevent errors similar to "ERROR: (gcloud.dataflow.jobs.run) unrecognized arguments: df-loading@tf-pso-workshop-test.iam.gserviceaccount.com" when copy pasting the example code. Line 8 misses a space between the statement and line break, leading to missing a space between parameters when evaluated by the gcloud command.
2022-10-27 14:07:24 +00:00
Julio Castillo
2c83b9179a Update README.md 2022-10-27 09:18:34 +02:00
Ludovico Magnocavallo
ed9fd6b08d Align documentation, move glb blueprint (#921)
* aling documentation, move glb blueprint

* modules README, sort modules

* reorder modules

* fix bp links

* fix moved blueprint test

* use a single cloud shell image in the repo
2022-10-26 14:31:04 +02:00
Julio Castillo
39f76b3d4c Merge pull request #908 from GoogleCloudPlatform/ludo/gke-autopilot-datapath
GKE module: autopilot fixes
2022-10-25 23:33:49 +02:00
Julio Castillo
6242607e1b Merge branch 'master' into ludo/gke-autopilot-datapath 2022-10-25 23:24:20 +02:00
apichick
d9ccf04221 Added managed_prometheus to features (#906)
* Added managed_prometheus monitoring_config

* fix module

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-10-25 21:18:50 +00:00
Julio Castillo
b1dfbe29c2 Merge branch 'master' into ludo/gke-autopilot-datapath 2022-10-25 23:07:28 +02:00
Aleksandr Averbukh
3442d91f19 Merge pull request #915 from GoogleCloudPlatform/averbuks-tfe-oidc
TFE OIDC with GCP WIF blueprint added
2022-10-25 21:06:43 +02:00
Aleksandr Averbukh
fbbded31e9 Merge branch 'master' into averbuks-tfe-oidc 2022-10-25 20:54:54 +02:00
Aleksandr Averbukh
77614191bb Added more attribute mappings, updated attribute condition and IAM binding for WIF 2022-10-25 20:53:14 +02:00
Simone Ruffilli
384756a8a7 SimpleNVA: updated example 2022-10-25 18:09:31 +02:00
Simone Ruffilli
0611d66be7 SimpleNVA: add the option to create additional files 2022-10-25 18:07:38 +02:00
Julio Castillo
abf3911046 Merge pull request #919 from GoogleCloudPlatform/jccb/rename-workflows
Rename workflow names
2022-10-25 17:22:51 +02:00
Julio Castillo
15d21eba39 Rename workflow names 2022-10-25 16:58:37 +02:00
Julio Castillo
1df961966c Update changelog 2022-10-25 16:58:06 +02:00
Julio Castillo
476050a6ec Merge pull request #916 from GoogleCloudPlatform/jccb/dns-routing
Add support for DNS routing policies
2022-10-25 16:20:52 +02:00
Julio Castillo
9e03ddbf6e Update README 2022-10-25 16:08:17 +02:00
Julio Castillo
d759ac2ff1 Make dnssec not nullable 2022-10-25 15:47:18 +02:00
Julio Castillo
19db273963 Add tests for dns routing policies 2022-10-25 15:35:29 +02:00
Julio Castillo
442f87e60e Rename local for consistency 2022-10-25 15:08:55 +02:00
Julio Castillo
b5cee10dca Remove useless dynamic blocks 2022-10-25 15:07:56 +02:00
Julio Castillo
6340286fa4 DRY up resource name for recordsets 2022-10-25 15:07:56 +02:00
Julio Castillo
8bacd8f5d5 Add support for DNS routing policies 2022-10-25 15:07:56 +02:00
Simone Ruffilli
c4d599f321 Fix race condition (#918)
The cloud-init runcmd had a race condition where the script could run before the network interfaces were ready.
Changed the script to a systemd unit and added a dependency on network ready.
2022-10-25 15:04:38 +02:00
Simone Ruffilli
7b2a82a7d6 PGA DNS records (#911)
Additional PGA DNS records
2022-10-25 14:28:28 +02:00
maunope
d0e2f0d59a Merge pull request #899 from maunope/maunope/static_routes
Static routes monitoring metrics added to network dashboard BP
2022-10-25 13:36:38 +02:00
Aleksandr Averbukh
a837e4361a Fix tests 2022-10-25 13:20:56 +02:00
Aleksandr Averbukh
cadaba8cac Add missing newlines 2022-10-25 13:07:05 +02:00
Aleksandr Averbukh
991cd1324d feat: TFE OIDC with GCP WIF blueprint added. 2022-10-25 13:04:27 +02:00
maunope
ec7adc4bf1 Merge branch 'master' into maunope/static_routes 2022-10-25 12:40:36 +02:00
Julio Castillo
10fdde020a Merge pull request #914 from GoogleCloudPlatform/jccb/dns-updates
Update DNS module
2022-10-25 12:31:11 +02:00
Julio Castillo
1a3bb25917 Update provider version (needed for dns logging support). 2022-10-25 12:15:02 +02:00
Julio Castillo
192edf2b75 Remove redundant ttls 2022-10-25 12:11:07 +02:00
Julio Castillo
a676c0f64c Update readme 2022-10-25 12:11:07 +02:00
Julio Castillo
3b89d370a1 Simplify DNSSEC config 2022-10-25 12:11:07 +02:00