diff --git a/quickstart/101-synapse/README.md b/quickstart/101-synapse/README.md index d97d3350..f18f4690 100644 --- a/quickstart/101-synapse/README.md +++ b/quickstart/101-synapse/README.md @@ -27,8 +27,8 @@ Network connectivity to the workspace is allowed over public endpoints, making t | aad_admin.login | The login name of the Azure AD Administrator of the Synapse Workspace | - | | aad_admin.object_id| The object id of the Azure AD Administrator of the Synapse Workspace | - | | aad_admin.tenant_id| The tenant id of the Azure AD Administrator of the Synapse Workspace | - | -| synadmin_username| Specifies the login name of the SQL administrator | sqladminuser | -| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | ThisIsNotVerySecure! | +| synadmin_username| Specifies the login name of the SQL administrator | - | +| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | - | | enable_syn_sparkpool| A feature flag to enable/disable the Spark pool | false | | enable_syn_sqlpool| A feature flag to enable/disable the SQL pool | false | diff --git a/quickstart/101-synapse/variables.tf b/quickstart/101-synapse/variables.tf index 3a8deab5..fe14d367 100644 --- a/quickstart/101-synapse/variables.tf +++ b/quickstart/101-synapse/variables.tf @@ -22,11 +22,6 @@ variable "aad_login" { object_id = string tenant_id = string }) - default = { - name = "AzureAD Admin" - object_id = "00000000-0000-0000-0000-000000000000" - tenant_id = "00000000-0000-0000-0000-000000000000" - } } variable "synadmin_username" { diff --git a/quickstart/201-synapse-secure/README.md b/quickstart/201-synapse-secure/README.md index 1c004d39..0f8a3441 100644 --- a/quickstart/201-synapse-secure/README.md +++ b/quickstart/201-synapse-secure/README.md @@ -33,10 +33,10 @@ This configuration describes the minimal set of resources you require to get sta | aad_admin.login | The login name of the Azure AD Administrator of the Synapse Workspace | - | | aad_admin.object_id| The object id of the Azure AD Administrator of the Synapse Workspace | - | | aad_admin.tenant_id| The tenant id of the Azure AD Administrator of the Synapse Workspace | - | -| synadmin_username| Specifies the login name of the SQL administrator | sqladminuser | -| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | ThisIsNotVerySecure! | -| jumphost_username| Admin username of the VM | azureuser | -| jumphost_password| Password for the admin username of the VM | ThisIsNotVerySecure! | +| synadmin_username| Specifies the login name of the SQL administrator | - | +| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | - | +| jumphost_username| Admin username of the VM | - | +| jumphost_password| Password for the admin username of the VM | - | | enable_syn_sparkpool| A feature flag to enable/disable the Spark pool | false | | enable_syn_sqlpool| A feature flag to enable/disable the SQL pool | false | diff --git a/quickstart/201-synapse-secure/variables.tf b/quickstart/201-synapse-secure/variables.tf index ecf212d5..15d78c4f 100644 --- a/quickstart/201-synapse-secure/variables.tf +++ b/quickstart/201-synapse-secure/variables.tf @@ -22,11 +22,6 @@ variable "aad_login" { object_id = string tenant_id = string }) - default = { - name = "AzureAD Admin" - object_id = "00000000-0000-0000-0000-000000000000" - tenant_id = "00000000-0000-0000-0000-000000000000" - } } variable "jumphost_username" {