1
0
mirror of synced 2025-12-19 18:05:44 -05:00

fix a few things from tests

This commit is contained in:
Rob Morgan
2019-06-25 13:53:18 +02:00
parent d5554b29f4
commit 1fdb587e0b
2 changed files with 66 additions and 24 deletions

View File

@@ -56,7 +56,7 @@ variable "activation_policy" {
variable "authorized_networks" {
description = "A list of authorized CIDR-formatted IP address ranges that can connect to this DB. Only applies to public IP instances."
type = list(string)
type = list(any)
default = []
# Example:
@@ -125,7 +125,7 @@ variable "db_collation" {
variable "database_flags" {
description = "List of Cloud SQL flags that are applied to the database server"
type = list(map(string))
type = list(any)
default = []
# Example: