1
0
mirror of synced 2025-12-23 03:37:25 -05:00
Commit Graph

19 Commits

Author SHA1 Message Date
Ben Whaley
5134a7b36d Update to Terraform 1.x (#68)
* Bump tf to version 1.0
* Bump terraform-aws-ci
* Mark private key output as sensitive
* remove deprecated list() function
2021-08-23 14:19:02 +08:00
Rob Morgan
7a02a34de8 Terraform v0.14 update (#60) 2021-04-22 08:10:13 +08:00
Rob Morgan
0b560e6d0e Support instance deletion protection (#56)
also bump google provider version to 3.57.0
2021-02-23 11:49:03 +08:00
Max Voitko
767e758db9 Add point in time recovery option in backend configuration (#50)
* Add point in time recovery option in backend coniguration

* Fix condition
2020-12-11 11:40:13 +08:00
Rob Morgan
30b3d6bbdc remove gae inputs and only apply location_preference if vars are specified 2020-11-13 11:15:41 +08:00
Rob Morgan
9624bdaab8 update modules and examples for tf 0.13 2020-11-12 15:19:24 +08:00
tomholford
c2dd590bb0 Fix: remove deprecated quoted references
Addresses this warning:

> In this context, references are expected literally rather than in quotes.
Terraform 0.11 and earlier required quotes, but quoted references are now
deprecated and will be removed in a future version of Terraform. Remove the
quotes surrounding this reference to silence this warning.
2020-07-23 18:36:59 +09:00
Rob Morgan
62fcb11062 fix bug caught by tests and yoris feedback 2019-06-26 12:57:15 +02:00
Rob Morgan
188cdfb0d7 fix dependency chain 2019-06-25 17:36:42 +02:00
Rob Morgan
0dfd8e28cf fix module deps 2019-06-25 16:55:10 +02:00
Rob Morgan
1fdb587e0b fix a few things from tests 2019-06-25 13:53:18 +02:00
Rob Morgan
213f6e2e3a start modifying code 2019-06-21 18:23:15 +02:00
Petri Autero
2d11fdcf21 Revert back to local-exec 2019-05-03 11:50:42 +03:00
Petri Autero
efe37a1e64 Try to fix test failures 2019-05-02 14:22:52 +03:00
Petri Autero
6312a707c7 Standardizing to a list input 2019-05-02 10:34:20 +03:00
Petri Autero
9de4b4296c Provider now allows empty private_network 2019-03-28 14:05:43 +02:00
Petri Autero
6629371e1c Fixes based on PR review 2019-02-16 09:12:07 +02:00
Petri Autero
6917571955 [skip ci] Configurable resource timeout 2019-02-15 17:42:40 +02:00
Petri Autero
53c2e6b204 Rename mysql to cloud-sql 2019-02-14 22:29:33 +02:00