Commit graph

734 commits

Author SHA1 Message Date
The Magician
1c5d5788c5
Ansible - Resource Policy (#3275) (#176)
* resource policy

* fixed

* rebase issues

* finally fixed

* async fix

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-19 17:18:32 -07:00
The Magician
1adb69f09a
Ansible - All the Regional Resources (#3264) (#175)
* region url map

* region instance group manager

* target http/https proxy

* region autoscaler

* revert some files

* adding min_version on TF

* Update products/compute/examples/ansible/region_target_https_proxy.yaml

Co-Authored-By: Chris Hawk <41700375+SirGitsalot@users.noreply.github.com>

Co-authored-by: Chris Hawk <41700375+SirGitsalot@users.noreply.github.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Chris Hawk <41700375+SirGitsalot@users.noreply.github.com>
2020-03-18 14:55:15 -07:00
Alan Rominger
0471d79d2f
Use fully-qualified name in inventory plugin (#167) 2020-03-18 11:22:58 -04:00
The Magician
0be2684fe5
Ansible - Regional SSL Certs + Health Check (#3210) (#174)
* done

* first try!

* copyright

* changing examples

* removing google provider

* test fixes

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-17 15:56:54 -07:00
The Magician
79e3fe4704
Ansible - External VPN Gateways (#3260) (#173)
* adding the things

* rebase

* tf example

* removing google provider

* pr comments

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-17 15:01:30 -07:00
The Magician
e672b351a3
Ansible - Sql SSL Cert (#3262) (#172)
* sql ssl cert

* date

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-17 11:49:20 -07:00
The Magician
b9b52fe3e1
GA ILB global access (#3253) (#171)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-17 10:59:09 -07:00
Alex Stephen
10f07ebe34 gcp inventory plugin update 2020-03-17 09:26:43 -07:00
The Magician
24bdbf2eac
Add podSecurityPolicyConfig to gke cluster (#3254) (#170)
* 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
982e2487df
Memorystore Redis connectMode support (#3246) (#169)
* Memorystore Redis connectMode support

* Redis connectMode explicit default

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-13 13:53:41 -07:00
The Magician
0e3c7a6258
update golang links (#3238) (#168)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-10 09:18:10 -07:00
Jeff Parker
bc364a6ac7
Update gcp_storage_object.py
Documentation clarification on the source and destination specifying that they have to be urlencoded.
2020-03-05 12:35:38 -06:00
The Magician
d1e68460a8
Ansible Default Object Access Control (#3200) (#164)
* example

* module

* Update products/storage/examples/ansible/default_object_acl.yaml

Co-Authored-By: Chris Hawk <41700375+SirGitsalot@users.noreply.github.com>

Co-authored-by: Chris Hawk <41700375+SirGitsalot@users.noreply.github.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Chris Hawk <41700375+SirGitsalot@users.noreply.github.com>
2020-03-03 12:47:31 -08:00
The Magician
1508e9ab2e
Fixed KeyError due to deletionProtection (#2762) (#163)
Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-03-01 18:21:04 -08:00
The Magician
ed12517036
document updated with right API url for resource google_compute_forwarding_rule. Issue-#5598 (#3098) (#162)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-19 16:39:36 -08:00
The Magician
69dc784c16
need elements listed in docs (#3141) (#161)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-18 22:32:06 -08:00
The Magician
bfd4a8d72d
docs changes (#3137) (#160)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-18 14:08:13 -08:00
The Magician
88333580dc
Terraform Data Source to get DNSKEY records of DNSSEC-signed managed zones (#3117) (#159)
* DNSSEC Keys

* update schema

* Define as a data source

* add into data sources map

* remove unused import

* add tests

* No fill dns keys of zone is not dnssec enabled

* add docs

* add ds record to ksk

* fix string templating

* improve doc description

* improve ds record generation

* Update third_party/terraform/website/docs/d/datasource_dns_key.html.markdown

Co-Authored-By: Sam Levenick <slevenick@google.com>

* rename data source in plural

* rename file, add comment on maps

* rename doc file

Co-authored-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Sam Levenick <slevenick@google.com>
2020-02-18 10:30:57 -08:00
The Magician
e17ffe42fb
Fix the SQL API URL in MM (#3111) (#156)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-11 12:35:42 -08:00
The Magician
caae08275f
Ansible: Bigtable Instances and Clusters (#3080) (#155)
Bigtable

Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-11 10:51:19 -08:00
The Magician
13b2cc8af1
Fix sqladmin after revendoring (#3099) (#154)
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-10 17:09:35 -08:00
Modular Magician
7fc495d585 Add note about Postgres requiring user passwords (#3068)
* Add note about Postgres requiring user passwords

* Clarify wording.

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-02-04 17:13:01 +00:00
Alex Stephen
2800cae3ca PR 66511 2020-01-23 20:52:59 -08:00
Sam Levenick
39be3659bd Inspec project_metric
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-22 22:03:43 +00:00
Chris Stephens
44e07e0258
Improve storage bucket acls (#131)
Improve storage bucket acls
2020-01-21 18:15:24 -08:00
The Magician
0005cba8dd add defaultEventBasedHold to storage buckets (#132)
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Martin Nowak <code@dawg.eu>
2020-01-16 13:25:16 -08:00
guillaume blaquiere
8cc7c04820 Added attempt deadline to scheduler resource
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-16 18:27:26 +00:00
emily
b8bb9bcf06
Merge pull request #136 from modular-magician/codegen-pr-2963
Fix link in docs - upstream of TPG#5386
2020-01-15 13:44:09 -08:00
Chris Stephens
cc6db3cbd2
Change max dispatches from int to double (#138)
Change max dispatches from int to double
2020-01-14 12:37:17 -08:00
The Magician
c433573291 Revert capacity_scaler back to O+C (#140)
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Ty Larrabee <tysen@google.com>
2020-01-14 13:32:48 -07:00
Chris Stephens
3c6e3c1e90 Change max dispatches from int to double
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-13 23:23:49 +00:00
Sam Levenick
f0212940cb
Merge pull request #135 from modular-magician/codegen-pr-2962
Inspec iam gen
2020-01-13 12:52:47 -08:00
emily
a939cb915d Fix link in docs - upstream of TPG#5386
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-13 20:47:10 +00:00
The Magician
9d30baeec9 Allow target to accept other resource types (#134)
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Ty Larrabee <tysen@google.com>
2020-01-13 12:09:11 -07:00
Sam Levenick
f543dd463e Inspec iam gen
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-13 18:03:11 +00:00
Chris Stephens
d7a571bebb Improve storage bucket acls
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-10 18:39:42 +00:00
Sam Levenick
de7014a666 InSpec generate SQL db instance, user
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-10 01:12:01 +00:00
Sam Levenick
4a45537368 Inspec kms generated
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-09 01:17:07 +00:00
Sam Levenick
5fce6bcdf5 Inspec storage
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-07 20:27:06 +00: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
e02c58949e Inspec 1
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-02 22:27:40 +00:00
emily
f52c8741dc Try to clarify scheduler docs on pubsub
Signed-off-by: Modular Magician <magic-modules@google.com>
2020-01-02 18:09:38 +00:00
Sam Levenick
7d85e98b1a
Merge pull request #117 from modular-magician/codegen-pr-2873
These fields were duplicated, they shouldn't be
2019-12-19 15:11:02 -08: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
Dana Hoffman
1ae7947067 put ConflictsWith on blocks that changed from ExactlyOneOf to AtLeastOneOf
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-12-18 17:46:44 +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
Chris Stephens
2fee32731c Moving nexthop ILB to GA
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-12-12 23:02:22 +00:00
The Magician
6bc2d2006a Add route_rules to RegionUrlMap (#111)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-12-09 17:30:42 -08:00
The Magician
29001a3c6a Add path_rules to RegionUrlMap (#109)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-12-09 15:18:16 -08:00
Riley Karson
8928425c5c
update compute disk documentation (#105)
update compute disk documentation
2019-12-09 12:54:08 -08:00