fix tfvars example
This commit is contained in:
parent
eb6b615ae3
commit
d5a7e742a2
@ -2,11 +2,14 @@ name = "syn101"
|
|||||||
environment = "dev"
|
environment = "dev"
|
||||||
location = "East US"
|
location = "East US"
|
||||||
|
|
||||||
|
synadmin_username = "sqladminuser"
|
||||||
|
synadmin_password = "ThisIsNotVerySecure!"
|
||||||
|
|
||||||
aad_login = {
|
aad_login = {
|
||||||
name = "azureuser@contoso.com"
|
name = "azureuser@contoso.com"
|
||||||
object_id = "00000000-0000-0000-0000-000000000000"
|
object_id = "00000000-0000-0000-0000-000000000000"
|
||||||
tenant_id = "00000000-0000-0000-0000-000000000000"
|
tenant_id = "00000000-0000-0000-0000-000000000000"
|
||||||
}
|
}
|
||||||
|
|
||||||
enable_syn_sparkpool = true
|
enable_syn_sparkpool = false
|
||||||
enable_syn_sqlpool = true
|
enable_syn_sqlpool = false
|
@ -1,12 +1,18 @@
|
|||||||
name = "syn101"
|
name = "syn201"
|
||||||
environment = "dev"
|
environment = "dev"
|
||||||
location = "East US"
|
location = "East US"
|
||||||
|
|
||||||
|
jumphost_username = "azureuser"
|
||||||
|
jumphost_password = "ThisIsNotVerySecure!"
|
||||||
|
|
||||||
|
synadmin_username = "sqladminuser"
|
||||||
|
synadmin_password = "ThisIsNotVerySecure!"
|
||||||
|
|
||||||
aad_login = {
|
aad_login = {
|
||||||
name = "azureuser@contoso.com"
|
name = "azureuser@contoso.com"
|
||||||
object_id = "00000000-0000-0000-0000-000000000000"
|
object_id = "00000000-0000-0000-0000-000000000000"
|
||||||
tenant_id = "00000000-0000-0000-0000-000000000000"
|
tenant_id = "00000000-0000-0000-0000-000000000000"
|
||||||
}
|
}
|
||||||
|
|
||||||
enable_syn_sparkpool = true
|
enable_syn_sparkpool = false
|
||||||
enable_syn_sqlpool = true
|
enable_syn_sqlpool = false
|
Loading…
x
Reference in New Issue
Block a user