Skip to content

Commit

Permalink
Merge branch 'GH-2-fix-username' into 'master'
Browse files Browse the repository at this point in the history
GH-2: Fix databases usernames

Closes GH-2

See merge request claranet/projects/cloud/azure/terraform/modules/db-sql!51
  • Loading branch information
Shr3ps committed Apr 26, 2023
2 parents 1bc6ecb + 6c0c4cc commit 1ae64c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Fixed
* AZ-387: Fix README
* [GH-2](https://github.com/claranet/terraform-azurerm-db-sql/pull/2): Fix databases usernames

# v7.2.3 - 2023-04-20

Expand Down
2 changes: 1 addition & 1 deletion r-users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "databases_users" {
sql_server_hostname = azurerm_mssql_server.sql.fully_qualified_domain_name

database_name = each.value.database
user_name = each.key
user_name = each.value.username
user_roles = each.value.roles
}

Expand Down

0 comments on commit 1ae64c1

Please # to comment.