mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(infra): Use numeric instead of number (#7731)
`number` is deprecated for the built-in `random_string` resource.
This commit is contained in:
@@ -146,7 +146,7 @@ resource "random_string" "subnet_suffix" {
|
||||
length = 8
|
||||
special = false
|
||||
upper = false
|
||||
number = true
|
||||
numeric = true
|
||||
}
|
||||
|
||||
resource "google_compute_subnetwork" "subnetwork" {
|
||||
|
||||
@@ -19,7 +19,7 @@ variable "instances" {
|
||||
|
||||
variable "base_cidr_block" {
|
||||
type = string
|
||||
default = "10.129.0.0/16"
|
||||
default = "10.200.0.0/16"
|
||||
description = "The base CIDR block for subnets."
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user