Commit graph

980 commits

Author SHA1 Message Date
The Magician
3a588b5a09
Feature/add pubsub schema resource (#4741) (#415)
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>
2021-05-10 14:10:25 -07:00
The Magician
4b4ab108c5
add initial_size to google_compute_node_group (#4750) (#413)
Co-authored-by: Riley Karson <rileykarson@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Riley Karson <rileykarson@google.com>
2021-05-04 19:48:50 -07:00
The Magician
840a4db65e
Added ForceNew on labels (#4734) (#412)
* Added ForeNew on labels

* set ForceNew on key & key_value

* added a test

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-05-03 13:40:31 -07:00
Zach
9a72a0acf3
fix 'str' object has no attribute 'get'
The function _compare_value attempts to return if "resp_value" is not set.
The problem occurs when one of the functions sets the response value "None" as string, rather than pythonic None.
This is a fix to also exit this function on a "None" string response value.
2021-04-25 18:51:23 +03:00
The Magician
b84fd05309
set skip_initial_version_creation a default (#4729) (#410)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-23 12:18:23 -07:00
The Magician
0454f82f09
make bigquery dataset dataset_id forcenew (#4726) (#409)
* make bigquery dataset dataset_id forcenew

* make project_id and datasetReference input true as well

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-21 14:54:44 -07:00
The Magician
60863d6fcb
Add reference links for ML Engine Models (#4723) (#408)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-21 11:38:03 -07:00
The Magician
15657f852e
Add cmek to spanner database (#4699) (#407)
* Add cmek to spanner database

* Update timeout

* Bump default timeout

* Mark test as beta

* Move to handwritten test

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-20 18:34:37 -07:00
The Magician
301cd30a71
Add support for confidential compute instances to the ansible collection (#4665) (#406)
* products/compute/api.yaml: Add support for confidentialInstanceConfig parameter

* products/compute/api.yaml: Improve wording of property descriptions

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-19 08:54:05 -07:00
Ryan Moriarty
197a6cedcb
Merge pull request #405 from ansible-collections/update-submodule
Pull in changes from google-cloud-ops-agents-ansible-role submodule
2021-04-18 11:48:43 -06:00
Ryan Moriarty
f895b27d52 Pull in changes from submodules 2021-04-18 17:41:46 +00:00
The Magician
ea38c3ed14
added more gcs bucket lifecycle conditions (#4706) (#404)
Signed-off-by: Denis Dabischa <denis.dabischa@kloeckner.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-16 10:58:29 -07:00
The Magician
1806a70274
dns/api.yaml: add missing record types (#4689) (#403)
Update the list of valid DNS record types to match the list documented at https://cloud.google.com/dns/docs/records.
In particular this was hurting people who were previously deploying DNSSEC key records via terraform.

Closes https://github.com/hashicorp/terraform-provider-google/issues/8897

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-15 10:31:32 -07:00
The Magician
eac6eddbe3
Change address purposes to strings (#4681) (#401)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-09 16:04:40 -07:00
The Magician
a7b0e7ff87
add field maintenance_window.start_time to google_compute_node_group (#4656) (#399)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-05 16:25:56 -07:00
The Magician
82393d6718
Upstream change to add machine types to cloudbuild trigger (#4652) (#398)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-02 14:50:04 -07:00
The Magician
b55af1dad1
Revert "Updated datatype for mtu" (#4643) (#397)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-04-02 08:52:35 -07:00
The Magician
7e1b5f1213
Updated datatype for mtu (#4601) (#390)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-03-22 10:23:44 -07:00
The Magician
b7ec9fb848
Add Proxy Bind to Target Proxies (#4597) (#389)
* mark field as updatable

Co-authored-by: upodroid <cy@borg.dev>

* add proxy_bind

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-03-16 16:07:36 -07:00
The Magician
dbd5dbc2fb
Promote field compute_instance.scheduling.min_node_cpus and related fields to ga (#4593) (#388)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-03-15 16:00:59 -07:00
Alex Stephen
7b440267f3
Merge pull request #385 from ansible-collections/rmoriar-include-new-ops-agent-roles-in-collection 2021-03-12 11:23:10 -08:00
Ryan Moriarty
03bf1679b2 Remove exisiting role, and add new one using submodules 2021-03-08 18:08:31 +00:00
Alex Stephen
1ec23f5fa4
Merge pull request #383 from kkr16/master 2021-03-02 10:34:12 -08:00
kkr16
7590058e95 Fetch projects in folder based on projectID instead of name 2021-02-28 22:23:44 -05:00
The Magician
d99f2567b4
Add MTU to interconnect (#4496) (#381)
* mark field as updatable

Co-authored-by: upodroid <cy@borg.dev>

* add interconnect mtu

Co-authored-by: upodroid <cy@borg.dev>

* make field computed

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-02-26 13:21:18 -08:00
The Magician
68d282ab66
Add Service Usage Regional Example (#4507) (#380)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2021-02-25 09:33:26 -08:00
The Magician
d16d1e554c
Allow multiple SSL Certificates on SSL Proxy LBs (#4499) (#377)
* mark field as updatable

Co-authored-by: upodroid <cy@borg.dev>

* remove ssl proxy limit

Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2021-02-16 15:51:33 -08:00
The Magician
3c921dc5cd
Added support for Private Services Connect for Google APIs (#4358) (#376)
* updated to mmv1 folder

* replaced data source with resources in tests

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-02-12 09:00:49 -08:00
The Magician
26487b3ced
Fix typo in resource policy docs (#4481) (#375)
* mark field as updatable

Co-authored-by: upodroid <cy@borg.dev>

* Fix resource policy documenation

Co-authored-by: upodroid <cy@borg.dev>

* fix dodgy change

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-02-10 14:01:33 -08:00
The Magician
d05b291f3d
mark field as updatable (#4371) (#374)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2021-02-09 12:05:34 -08:00
Alex Stephen
86fbbf7a2c version bump 2021-02-04 13:07:14 -08:00
The Magician
64065c4935
[Ansible] adding no_log to some parameters (#4448) (#371)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-02-04 13:04:56 -08:00
The Magician
de2e24dc89
Validate base64 fields in the Google Provider (#4338) (#369)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2021-01-26 12:02:33 -08:00
The Magician
cf599fd36f
add fingerprint for privateIpv6GoogleAccess (#4424) (#368)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-01-25 10:26:25 -08:00
The Magician
a611202049
Fix broken link (#4411) (#365)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-01-19 14:25:39 -08:00
The Magician
c48fc6a7c6
Support cloud scheduler update (#4409) (#364)
* Specify which apis are required for cloud scheduler

* Add support update api for cloud scheduler

Signed-off-by: Modular Magician <magic-modules@google.com>
2021-01-19 14:03:38 -08:00
The Magician
df8a9d7b87
fix MM locations (#4394) (#363)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2021-01-12 15:46:29 -08:00
The Magician
4b8faad30b
promote github fields to GA (#4373) (#362)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2021-01-11 13:07:20 -08:00
The Magician
0abe246128
add support for sql 8.0 (#4363) (#360)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-01-07 07:10:40 -08:00
The Magician
4d6fb3b2a8
GA packet mirroring, add filter direction, ga mirroring collector flag (#4350) (#356)
* GA packet mirroring, add filter direction, ga mirroring collector flag

* Exclude ansible

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-12-30 14:14:35 -08:00
The Magician
ab0280fcd8
Promote Redis Auth to GA (#4314) (#354)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2020-12-28 14:40:43 -08:00
The Magician
83b477f91d
Fix path_matcher in region url maps (#4298) (#353)
* Fix path_matcher in region url maps

The default_service in path_matcher is actually not required as it should be default_service or default_url_redirect.

Further info in https://cloud.google.com/compute/docs/reference/rest/v1/regionUrlMaps
> pathMatchers[].defaultService
>> Only one of defaultService, defaultUrlRedirect or defaultRouteAction.weightedBackendService must be set.

* Add testcase

* Update function name

Co-authored-by: Gilles Margerie <gilles.margerie@gamesys.co.uk>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Gilles Margerie <gilles.margerie@gamesys.co.uk>
2020-12-22 09:14:11 -08:00
The Magician
1f40f149db
add gvnic support for image (#4306) (#351)
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>
2020-12-11 20:43:05 -08:00
The Magician
cea42c68d6
Add SHARED_LOADBALANCER_VIP purpose to regional addresses. (#4169) (#350)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-12-10 13:40:02 -08:00
The Magician
45445ae46b
Move customResponseHeaders to beta only (#4286) (#347)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-12-04 14:40:35 -08:00
The Magician
6a87ead837
Add CDN to regional backend service, add flexible cache control to backend service. (#4276) (#345)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-12-04 11:31:08 -08:00
The Magician
6e0a23e67c
Promote Managed SSL to GA + Doc fixes (#4247) (#343)
Co-authored-by: upodroid <cy@borg.dev>
Co-authored-by: Cameron Thornton <camthornton@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
Co-authored-by: Cameron Thornton <camthornton@google.com>
2020-12-01 15:42:47 -08:00
The Magician
af1194139d
Add more CDN options to Backend Buckets (#4261) (#340)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2020-11-25 09:26:57 -08:00
The Magician
1dc603f0f3
Fix more typos in api/terraform yaml files (#4246) (#339)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-11-20 10:57:54 -08:00
The Magician
df7a53b6d4
Fix various typos in Compute api.yaml (#4244) (#337)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-11-18 08:47:08 -08:00