diff --git a/examples/1_nic_with_new_vpc/main.tf b/examples/1_nic_with_new_vpc/main.tf index 98a614e..3ad3fc9 100644 --- a/examples/1_nic_with_new_vpc/main.tf +++ b/examples/1_nic_with_new_vpc/main.tf @@ -17,7 +17,7 @@ resource "random_id" "id" { resource "random_password" "password" { length = 16 special = true - override_special = "_%@" + override_special = " #%*+,-./:=?@[]^_~" } # diff --git a/examples/2_nic_with_new_vpc/main.tf b/examples/2_nic_with_new_vpc/main.tf index c927962..2012c6b 100644 --- a/examples/2_nic_with_new_vpc/main.tf +++ b/examples/2_nic_with_new_vpc/main.tf @@ -15,7 +15,7 @@ resource "random_id" "id" { resource "random_password" "password" { length = 16 special = true - override_special = "_%@" + override_special = " #%*+,-./:=?@[]^_~" } # @@ -127,8 +127,8 @@ module bigip { module.web_server_secure_sg.this_security_group_id ] - vpc_public_subnet_ids = module.vpc.public_subnets - vpc_mgmt_subnet_ids = module.vpc.database_subnets + vpc_public_subnet_ids = module.vpc.public_subnets + vpc_mgmt_subnet_ids = module.vpc.database_subnets } # diff --git a/examples/3_nic_with_new_vpc/main.tf b/examples/3_nic_with_new_vpc/main.tf index 681ce98..e380405 100644 --- a/examples/3_nic_with_new_vpc/main.tf +++ b/examples/3_nic_with_new_vpc/main.tf @@ -15,7 +15,7 @@ resource "random_id" "id" { resource "random_password" "password" { length = 16 special = true - override_special = "_%@" + override_special = " #%*+,-./:=?@[]^_~" } #