Commit graph

63 commits

Author SHA1 Message Date
Chris Hawk
811327bc09 chore: removed unused imports 2023-11-20 11:17:25 -08:00
Shlomo Shuck
203961b045
feat: add auth support for GCP access tokens ()
Introduce choice "accesstoken" for auth_kind for modules
Introduce optional access_token string param that falls back to
  GCP_ACCESS_TOKEN env var
2023-06-10 11:20:57 -07:00
Samir Faci
86e0cef208 Adding support for ip_allocation_policy->stack_type 2023-04-22 12:28:05 -07:00
Samir Faci
cd35f3bce6 Adding DataPlane V2 support.
fix for 
2023-04-22 12:28:05 -07:00
Yusuke Tsutsumi
d3a7287c37 fix: gcp_container_cluster for GKE 1.19+
Incorporating a fix for GKE 1.19+ (See ).

Inlined:

Google has removed basic-auth method from within GKE starting version 1.19
This lead the output response of the backend API not to provide basic-auth
data (username and password) anymore.

The current implementation of gcp_container_cluster when generating the kubectl
config file, always set basic-auth data w/o checking if there actually are
available or explicitly provided even when the value are not set/provided
from gcp_container_cluster.

In addition, re-enabling some tests that  fixed.

Co-authored-by: Xavier Lamien <laxathom@lxtnow.net>
2022-11-19 21:58:55 -08:00
The Magician
fe79a8b1e1
Add generator information to generated resources () ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-07-29 18:41:37 -05:00
The Magician
ffa905b853
Move release channel to GA () ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-10-27 12:26:10 -07:00
The Magician
4263a126e3
Container and NodePool additions for InSpec () ()
* Add db encryption status to container cluster api

* Add various cluster/nodepool definitions

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-10-27 09:22:48 -07:00
The Magician
7fa00db18c
Add source snapshot to ansible ()
* Make `iap` field computed () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* add source_image and source_snapshot to google_compute_image () ()

* add source_image to google_compute_image

* add source_snapshot to google_compute_image

* PR comment changes

Signed-off-by: Modular Magician <magic-modules@google.com>

* Collection fixes for release () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* Add new field filter to pubsub. () ()

* Add new field filter to pubsub.

Fixes: https://github.com/terraform-providers/terraform-provider-google/issues/6727

* Fixed filter name, it was improperly set.

* add filter key to pubsub subscription unit test

* spaces not tabs!

* hardcode filter value in test

* revert remove escaped quotes

Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk>

* Add archive class to gcs () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* Add support for gRPC healthchecks () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* Add enableMessageOrdering to Pub/Sub Subscription () ()

Add enableMessageOrdering to Pub/Sub Subscription

Signed-off-by: Modular Magician <magic-modules@google.com>

* use {product}.googleapis.com endpoints () ()

* use {product}.googleapis.com endpoints

* use actual correct urls

* fix zone data source test

* fix network peering tests

* possibly fix deleting default network

Signed-off-by: Modular Magician <magic-modules@google.com>

* Removed instances where input and output are both true () ()

* [provider-yaml] - Removed instances where input and output are both true

* modified to only supply output. Following pattern from bigquerydatatransfer

Co-authored-by: Scott Suarez <scottsuarez@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Scott Suarez <scottsuarez@google.com>

* retrypolicy attribute added () ()

* retrypolicy attribute added

* test case updated

Signed-off-by: Modular Magician <magic-modules@google.com>

* Advanced logging config options in google_compute_subnetwork () ()

Co-authored-by: Dana Hoffman <danahoffman@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Dana Hoffman <danahoffman@google.com>

* Add Erase Windows VSS support to compute disk () ()

Co-authored-by: Cameron Thornton <camthornton@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Cameron Thornton <camthornton@google.com>

* Add Snapshot location to compute snapshot () ()

* added storage locations

* add storage locations to field

* tweak cmek logic

* fix the decoder logic and cleanup whitespaces

* remove duplicate entry

Signed-off-by: Modular Magician <magic-modules@google.com>

* Added missing 'all' option for protocol firewall rule () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* Added support GRPC for google_compute_(region)_backend_service.protocol () ()

Co-authored-by: Edward Sun <sunedward@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Edward Sun <sunedward@google.com>

* Add schema update support to spanner db 2082 () ()

* eoncders and customdiff added for spanner DB ddl update

* config update test case added

* customdiff modified to handle out-of-index issue

* new lines added

* indent fixed

* indent fixed for tests

* test added for ddl update condition

* mock added Terraformresourcediff, unit tests added

* test fixed

* more unit tests added

* tests fixed

* PR comments implemented

* unit tests converted to table driven tests

* ImportStateVerifyIgnore flag added to tests

* syntax corrected in test

Signed-off-by: Modular Magician <magic-modules@google.com>

* Added properties of options & artifacts on google_cloudbuild_trigger () ()

* added options & artifacts to cloudbuild trigger

* updated with minor changes and added more options in test

* a test adding update behavior for multiple optional fields

Co-authored-by: Edward Sun <sunedward@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Edward Sun <sunedward@google.com>

* Enable TPUs to use Shared VPC () ()

* add support for shared vpc

* make cidr_block computable

* add diffsuppression

* tweak diffsupression to ignore when network has a change

* rework diffsupress

* add customizediff

* switch the diff checks

Signed-off-by: Modular Magician <magic-modules@google.com>

* Add SEV_CAPABLE option to google_compute_image () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* Update docs for pubsub targets in cloud scheduler () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* Make RegionBackendService health checks optional () ()

Signed-off-by: Modular Magician <magic-modules@google.com>

* Update terminology for IAM roles () ()

Roles like "Owner" and "Editor" are now called "basic roles": https://cloud.google.com/iam/docs/understand

Signed-off-by: Modular Magician <magic-modules@google.com>

* Add source snapshot to ansible ()

Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk>
Co-authored-by: Scott Suarez <scottsuarez@google.com>
Co-authored-by: Dana Hoffman <danahoffman@google.com>
Co-authored-by: Cameron Thornton <camthornton@google.com>
Co-authored-by: Edward Sun <sunedward@google.com>
2020-10-06 15:39:08 -07:00
The Magician
19c74666d6
added support for shielded nodes in container () ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-07-07 08:34:51 -07:00
The Magician
6662e19eb7
reapply partial () ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-06-08 14:19:18 -07:00
The Magician
24bdbf2eac
Add podSecurityPolicyConfig to gke cluster () ()
* Add podSecurityPolicyConfig to gke cluster

* Add binauthz config to gke cluster

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-16 13:20:27 -07:00
The Magician
69dc784c16
need elements listed in docs () ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-18 22:32:06 -08:00
Sam Levenick
400c14c396 Inspec cluster updates
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-06 21:05:28 +00:00
Sam Levenick
038a8ada20 These fields were duplicated, they shouldn't be
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-12-19 21:23:52 +00:00
Sam Levenick
603c558e13 Update inspec container for new rubocop and terraform versions
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-12-13 00:11:39 +00:00
Alex Stephen
63156d9daf release pipeline fix
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-10-01 22:21:19 +00:00
Alex Stephen
516fada880 Adding namespace on integration tests + examples
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-30 22:08:25 +00:00
Alex Stephen
9f450df983 use module utils from collection, not core
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-20 17:43:32 +00:00
Alex Stephen
84e760b022 removing documentation fragment
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-06 20:12:02 +00:00
Sam Levenick
d8ac7e91cc Add new fields to container cluster api.yaml
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:19 -07:00
The Magician
beab56c1e1 adding new fields to container clusters ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:19 -07:00
The Magician
5967303b2d adding state info to docs ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:13 -07:00
The Magician
43536a1e38 adding ansible types in documentation ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:12 -07:00
The Magician
697908c7fe container kubectl property => parameter ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:11 -07:00
The Magician
8bfa580005 kubectlpath is mistakenly required true ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:10 -07:00
The Magician
777f193f87 backporting password length docs PR ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:10 -07:00
The Magician
a5b60f5f5f kubectl format() fix ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:10 -07:00
The Magician
915c643afb Gke kube config ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:10 -07:00
The Magician
07815ee1a8 changing endpoints on container cluster/nodepool ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:09 -07:00
The Magician
ca5763c738 GKE Cluster - adding more fields ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:09 -07:00
The Magician
f0b41b7daa client side validation can't have docs with explicit choices ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:02:58 -07:00
The Magician
b1795cda83 remove client side validation on enums ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:02:57 -07:00
The Magician
84ecdd1802 Ansible - Remove output only from response ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 18:02:40 -07:00
The Magician
5b5bd605e4 Node Pool versioning ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:02:16 -07:00
The Magician
5808ed651d Nested output: only properties shouldn't be fields ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 18:02:16 -07:00
The Magician
e550834fe9 private clustering for container clusters ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 18:02:16 -07:00
The Magician
ebd14d6e56 Use Ruby YAML library to serialize Ansible examples ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 18:02:15 -07:00
The Magician
1ec588abb1 Changing NodePool from Zone to Location ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:54:47 -07:00
The Magician
ba60e76aee Fixing Ansible Integration tests ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:54:46 -07:00
Sam Levenick
8c60e90103 Inspec regional cluster
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 17:54:46 -07:00
The Magician
99d5da337c Formatting changes related to upstream code generator cleanup. ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 17:54:45 -07:00
The Magician
f2746afceb Remove old gcompute wording ()
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 17:54:44 -07:00
The Magician
868982bd13 Misc. typo fixes () 2019-09-04 17:54:44 -07:00
The Magician
6f218887e2 Not Suppressing values accidentally ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:49:43 -07:00
The Magician
e63c0009e4 Ansible: falses being lost in network requests () 2019-09-04 17:49:43 -07:00
The Magician
5e762dc9a1 Ansible Projects ()
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:49:41 -07:00
Chris Stephens
8264deeb9c Empty commit with no code changes 2019-09-04 17:49:41 -07:00
The Magician
87656c4016 Documentation Refactor 2019-09-04 17:49:40 -07:00
The Magician
748132a695 The Last of the Facts Modules
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:49:40 -07:00