Skip to content

Commit 9ae3a19

Browse files
greutvthiery
andauthored
fix: as is, output cannot be used (#2)
Signed-off-by: Yoan Blanc <yblanc@edgelab.ch> Co-authored-by: Vincent Thiery <vjmthiery@gmail.com>
1 parent c516de9 commit 9ae3a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In particular:
1818

1919
```hcl
2020
module "my_database" {
21-
source = "git@github.com:edgelaboratories/terraform-mysql-db?ref=v0.1.0"
21+
source = "git@github.com:edgelaboratories/terraform-mysql-db?ref=v0.1.1"
2222
2323
database = "my-database"
2424

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ output "database" {
33
}
44

55
output "user" {
6-
value = mysql_user.this.*.name
6+
value = local.user
77
}

0 commit comments

Comments
 (0)