Commit Graph

3104 Commits

Author SHA1 Message Date
Julio Castillo
8631d698cb Reorder fixture parameters 2022-12-06 00:06:29 +01:00
Julio Castillo
354ab110f8 Simplify path handling 2022-12-06 00:06:29 +01:00
Julio Castillo
181533786b remove key from fast values inventory 2022-12-06 00:06:29 +01:00
Julio Castillo
25a3f8687c If copying fixture, remove any auto vars files read by terraform 2022-12-06 00:06:29 +01:00
Julio Castillo
0619b35ae6 Fix fast test 2022-12-06 00:06:29 +01:00
Julio Castillo
ace43b75c5 Update requirements for tests 2022-12-06 00:06:29 +01:00
Julio Castillo
b88f0cf8de Bring back parallel tests 2022-12-06 00:06:29 +01:00
Julio Castillo
61d5758f06 New test example for a module 2022-12-06 00:06:29 +01:00
Julio Castillo
dc1fda0fd8 First tests using fast 2022-12-06 00:06:29 +01:00
Julio Castillo
cc1b9fb00b New fixtures 2022-12-06 00:06:29 +01:00
Julio Castillo
8c43b72dd4 Remove stale xmark from parellel testing attempt 2022-12-06 00:06:29 +01:00
Aleksandr Averbukh
3f910805b5 Merge pull request #1034 from Thomgrus/master
feat(blueprints): get audience from tfc environment variable
2022-12-05 21:15:30 +01:00
Ludovico Magnocavallo
494aa03a62 Merge branch 'master' into master 2022-12-05 20:00:27 +01:00
Agustin Ramirez
324311315c Update README.md (#1032)
enviroments for vpc_sc_perimeters sample code

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-12-05 16:02:00 +01:00
Thomas GRUSON
d76eadef18 feat(blueprints): get audience from tfc environment
Fix typo in documentation and get audience from Terraform Cloud `TFC_WORKLOAD_IDENTITY_AUDIENCE` environment variable.
2022-12-05 15:50:35 +01:00
Ludovico Magnocavallo
67fca1036c Fix status ingress/egress policies in vpc-sc module (#1036)
* fix status ingress/egress policies

* fix default status/spec value
2022-12-05 09:00:00 +01:00
Sebastian Kunze
f97239bd97 strongSwan: switch base image to debian-slim (#1033) 2022-12-02 13:11:02 +01:00
Ludo
0ab19122d1 remove spurious files 2022-12-01 23:56:31 +01:00
Ludo
2dc66b0493 update changelog 2022-12-01 23:55:52 +01:00
Anmol Krishan Sachdeva
477a1bb388 Merge pull request #1026 from g-greatdevaks/apigee-payg-env-node-conf-lifecycle
add lifecycle ignore_changes for apigee PAYG  node config `current_aggregate_node_count`
2022-12-01 16:08:19 +05:30
Anmol Krishan Sachdeva
a40cf4fc65 Merge branch 'master' into apigee-payg-env-node-conf-lifecycle 2022-12-01 15:53:06 +05:30
Ludovico Magnocavallo
89787a42f4 fix default_rules_config description (#1031) 2022-12-01 10:04:13 +01:00
Julio Castillo
4441fd0c63 Merge pull request #1028 from GoogleCloudPlatform/jccb/vpn-static-and-dynamic-tf13
Align rest of vpn modules with #1027
2022-11-30 16:37:24 +01:00
Julio Castillo
70b93164f0 Update READMEs 2022-11-30 16:02:26 +01:00
Julio Castillo
fa63e9d5d0 Remove optional stuff 2022-11-30 16:00:53 +01:00
Julio Castillo
fcb697c935 Bring back vpn_gateway_create var in net-vpn-ha 2022-11-30 15:22:42 +01:00
Julio Castillo
e976d71428 Update rest of vpn modules to tf1.3 2022-11-30 15:19:49 +01:00
Julio Castillo
620babe5c0 Merge pull request #1027 from GoogleCloudPlatform/jccb/vpn-ha-tf13
Update VPN-HA module to tf1.3 (wip)
2022-11-30 11:50:06 +01:00
Julio Castillo
ef4a4b02af Fix linting 2022-11-30 11:36:58 +01:00
Julio Castillo
9aa1c49adf Revert locals 2022-11-30 11:00:45 +01:00
Julio Castillo
b5593db8a2 Update h&s blueprints advertisements 2022-11-30 10:59:15 +01:00
Julio Castillo
efa9d928e1 Fix vpn_gateway local 2022-11-30 10:58:55 +01:00
Julio Castillo
798d3a4136 Update VPN-HA module to tf1.3 (wip) 2022-11-30 10:52:24 +01:00
g-greatdevaks
e8a6867fa7 add lifecycle ignore_changes for apigee payg env
Added lifecycle `ignore_changes` rule for
Apigee PAYG Environment Node Config's
`current_aggregate_node_count`.

Changes committed:
- modified:   `modules/apigee/main.tf`
2022-11-30 11:05:15 +05:30
Anmol Krishan Sachdeva
f9f42729b4 Merge pull request #1025 from g-greatdevaks/fix/apigee-payg-env-node-config-dynamic-block
fix apigee PAYG env node config dynamic block
2022-11-30 10:23:42 +05:30
Anmol Krishan Sachdeva
4c5b62f0ec Merge branch 'master' into fix/apigee-payg-env-node-config-dynamic-block 2022-11-29 22:51:42 +05:30
g-greatdevaks
1e72599986 Add test fixture for Apigee PAYG Env Node Config
Added test fixture for Apigee PAYG Environment
Node Config.

Changes committed:
- modified:   `tests/modules/apigee/fixture/test.env_only.tfvars`
2022-11-29 22:41:14 +05:30
g-greatdevaks
b38c05e3d7 Fix Apigee PAYG Node Config Dynamic Block
Fixed attribute reference issues for the
`node_config` dynamic block.

Changes committed:
- modified:   `modules/apigee/main.tf`
2022-11-29 21:00:14 +05:30
apichick
d9edb8cdf7 Merge pull request #1024 from g-greatdevaks/fix/apigee-payg-env-node-config-aggregate-count
Fix Apigee PAYG environment node config
2022-11-29 14:08:12 +01:00
g-greatdevaks
3037a4f519 FIX APIGEE PAYG ENVIRONMENT NODE CONFIG
Fixed the Node Configuration for Apigee PAYG
specific Environments.

Removed current_aggregate_node_count as it
is a read-only field and cannot be taken
as an input for the Apigee Environment Terraform
resource.

Changes committed:
modified:   blueprints/cloud-operations/apigee/README.md
modified:   blueprints/cloud-operations/apigee/variables.tf
modified:   modules/apigee/README.md
modified:   modules/apigee/main.tf
modified:   modules/apigee/variables.tf
modified:   tests/blueprints/cloud_operations/apigee/fixture/variables.tf
modified:   tests/modules/apigee/fixture/variables.tf
2022-11-29 17:02:24 +05:30
Sebastian Kunze
1287b7ca0a Replace set-output with env variable and remove single quotes on labels (#1022) 2022-11-29 08:57:43 +00:00
Sebastian Kunze
ceb544833a Add OpenContainers annotations to published container images (#1021) 2022-11-29 08:11:53 +00:00
Ludo
f4f6bd9c48 update changelog 2022-11-29 08:13:16 +01:00
apichick
95119d09aa Merge pull request #1019 from apichick/apigee-endpoint-attachment
Added endpoint attachments to Apigee module
2022-11-28 17:53:26 +01:00
Miren Esnaola
8d827b692c Added endpoint attachments to Apigee module 2022-11-28 17:27:00 +01:00
Ludovico Magnocavallo
cce25f4406 Fix auto-labeling (#1017)
* labeler changes

* test labeler

* change rules

* Only add documentation label for non-README md files

* Revert "test labeler"

This reverts commit d26249886293064ea45f6ab39c30924749d39e79.

Co-authored-by: Julio Castillo <jccb@google.com>
2022-11-28 15:00:31 +01:00
apichick
e39ae69fd5 Merge pull request #1000 from apichick/adfs-fixes
ADFS blueprint fixes
2022-11-28 13:43:33 +01:00
apichick
48c6733615 Merge branch 'master' into adfs-fixes 2022-11-28 13:30:12 +01:00
apichick
1f5e2f96d8 Merge pull request #1001 from apichick/binauthz-fixes
Binauthz blueprint fixes related to project creation
2022-11-28 12:45:11 +01:00
apichick
1c1f3b714e Merge branch 'master' into adfs-fixes 2022-11-28 12:40:07 +01:00