Commit Graph

212 Commits

Author SHA1 Message Date
John Inama
8469c86e63 reversing instance attachment names 2023-09-18 13:02:09 -04:00
John Inama
10b9c9e2a6 resolving merge:
:
2023-09-18 12:18:20 -04:00
John Inama
39264f5edd I think it's all back 2023-09-15 16:59:13 -04:00
John Inama
b285deca96 Putting it back how it was and flipping the attachment name 2023-09-15 16:48:13 -04:00
Oliver Frolovs
6eb862a775 GKE cluster modules: add optional kube state metrics (#1682)
* `gke-cluster-standard`: add optional kube state metrics
* `gke-cluster-autopilot`: add optional kube state metrics

* FAST: add kube state metrics support for GKE
* blueprints/gke: add kube state metrics support

* Bump up the provider version to `v4.82.0`
2023-09-15 12:18:45 +01:00
Miren Esnaola
fdb133f1de Fixed, added back environments to each instance, that way we can also create instances for already existing environments 2023-09-13 14:43:37 +02:00
John Inama
3e069ea16a changed from merge to length-based if statement 2023-09-07 08:26:40 -04:00
g-greatdevaks
b98537689c add tests and update readme for apigee psc peering 2023-09-07 16:55:16 +05:30
Julio Castillo
34b37a0dc2 Remove unneeded try 2023-09-07 12:09:42 +02:00
Julio Castillo
46f4d22c87 Examples and tests 2023-09-07 11:31:40 +02:00
Julio Castillo
d7dcec3389 Fix error message 2023-09-07 10:52:30 +02:00
Julio Castillo
0822531b78 Allow creating organizations/instances without VPC Peering 2023-09-07 10:51:43 +02:00
Julio Castillo
6f5a6aa06d Allow user to override instance names 2023-09-07 09:05:49 +02:00
John Inama
3941129a68 still testing 2023-09-06 17:12:31 -04:00
John Inama
822dfc0110 replaced coalesce with merge 2023-09-06 17:08:39 -04:00
John Inama
35ff529b9c swapping coalesce variables for test 2023-09-06 17:02:04 -04:00
John Inama
b4979fd451 Added coalesce to local variable and to the attachment resource 2023-09-06 16:59:30 -04:00
John Inama
e64cd90d4c just trying the old way first 2023-09-06 15:29:25 -04:00
John Inama
c1c99a0a79 back to coalesce 2023-09-06 14:54:30 -04:00
John Inama
c32e2763f0 Changed instance loop to a coalescelist function 2023-09-06 14:30:43 -04:00
John Inama
7ceaf9b513 Added environments back to instances variable 2023-09-06 13:58:41 -04:00
John Inama
401c3478ea Fixed copy/paste error from earlier commit 2023-09-06 13:48:38 -04:00
John Inama
46be7c0c1d Added original attachment loop block as local for backwards compatibility 2023-09-06 13:25:58 -04:00
John Inama
7acb4966b2 Added optional name value to instances variable and added it to the instance resource 2023-09-05 17:23:45 -04:00
Julio Castillo
3d4cc7164a Bump provider version to 4.80.0 2023-09-05 09:48:15 +02:00
Julio Castillo
44c1cec041 Fix tests 2023-08-24 20:09:23 +02:00
Julio Castillo
9188603365 Update key name 2023-08-24 19:46:39 +02:00
Julio Castillo
d50355b01a Only create nat IP when requested 2023-08-24 19:42:20 +02:00
Julio Castillo
67c2597bcc Fix output order 2023-08-24 19:38:44 +02:00
Julio Castillo
add1ac2dcc Update README 2023-08-24 19:36:42 +02:00
Julio Castillo
bff5e46460 Fix apigee instance nat 2023-08-24 19:27:34 +02:00
Julio Castillo
3fdf0dfe99 Make apigee variables non-nullable 2023-08-24 18:15:15 +02:00
Rob Heckel
6c33d34c28 Adding support for NAT in Apigee 2023-08-24 09:36:15 -05:00
Miren Esnaola
6a13742e3c Apigee addons 2023-08-09 08:12:06 +02:00
Eunan Hardy
dd3a298892 Moved allow_net_admin to enable_features flag. Bumped provider version to 4.76 2023-08-07 14:27:20 +01:00
Julio Castillo
702c428da4 Update Readme 2023-08-04 13:06:59 +02:00
Daniel Strebel
0906ddb8df feat(apigee): add retention variable 2023-08-02 15:13:43 +02:00
Ludovico Magnocavallo
d9f7cef1e7 allow using a separate resource for boot disk (#1496) 2023-07-07 15:40:13 +00:00
Miren Esnaola
a424635221 Refactored apigee module and adjusted the blueprints accordingly 2023-06-19 09:01:32 +02:00
Taneli Leppä
81285065ca Added module for Secure Web Proxy. 2023-06-13 08:49:58 +02:00
lcaggio
39b27ac25e Add support for Log Analytics on logging-bucket module and bump provider version (#1423)
* first commit

* Bump provider versions

* Fix tests
2023-06-07 23:23:28 +02:00
Fawzi
4722efea40 bump provider versions 2023-04-11 22:18:31 +10:00
Ludovico Magnocavallo
865ef463bb Support new fields in bigquery module, bump provider versions, unpin local provider (#1306)
* add support for new attributes to bigquery module

* bump provider versions
2023-04-05 14:22:52 +00:00
Ludovico Magnocavallo
79a6e9b191 pin local provider (#1256) 2023-03-16 10:59:06 +00:00
Dan Farmer
52eb83758f Fix compute-vm:CloudKMS test for provider>=4.54.0
* TF provider >= 4.54.0 now returns `rsa_encrypted_key` for
  `google_compute_disk.disks["attached-disk"]` (see
  hashicorp/terraform-provider-google#4448)
* Add this field to expected model to fix test assertion failure
* Update required TF provider to 4.55.0 (latest) since the assertion
  will now fail with <4.54.0, which do not return `rsa_encrypted_key`
  * Updated the whole repo on advice from @ludoo
2023-02-28 15:10:22 +00:00
Julio Castillo
08f2540872 Bump provider version 2023-02-07 15:59:29 +01:00
Julio Castillo
1204b0077e Merge branch 'master' into mci_gateway 2023-01-31 11:54:31 +00:00
Miren Esnaola
1a2745b632 In the apigee module now both the /22 and /28 peering IP ranges are passed at instance creation 2023-01-31 11:32:53 +01:00
Wiktor Niesiobędzki
1a657b31d3 Bump beta provider to 4.48
This is the first version that supports `gateway_api_config` block
2023-01-29 15:50:24 +01:00
fdhaussy
22c26e319f fix: remove unuseful ternary 2023-01-27 17:08:35 +01:00