We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516de9 commit 9ae3a19Copy full SHA for 9ae3a19
README.md
@@ -18,7 +18,7 @@ In particular:
18
19
```hcl
20
module "my_database" {
21
- source = "git@github.com:edgelaboratories/terraform-mysql-db?ref=v0.1.0"
+ source = "git@github.com:edgelaboratories/terraform-mysql-db?ref=v0.1.1"
22
23
database = "my-database"
24
outputs.tf
@@ -3,5 +3,5 @@ output "database" {
3
}
4
5
output "user" {
6
- value = mysql_user.this.*.name
+ value = local.user
7
0 commit comments