terraform.tfvars

Anonymous
plain_text
12/27/2023 8:29 AM
516 B
18
Indexable
resource_group_name          = "wf_cd_2"
location                     = "East US 2"
mysql_server_admin_login     = "mysqladminun"
mysql_server_admin_password  = "H@Sh1CoR3!"
mysql_server_name            = "example-mysqlserver"
mysql_database_name          = "exampledb"
app_service_plan_name        = "example-appserviceplan"
app_service_name             = "example-app-service"
Editor is loading...
Leave a Comment