Skip to content

Commit b03c270

Browse files
committed
Update to version 0.0.8
1 parent c967907 commit b03c270

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=hashicorp.com
33
NAMESPACE=briancain
44
NAME=diceroll
55
BINARY=terraform-provider-${NAME}
6-
VERSION=0.0.7
6+
VERSION=0.0.8
77
OS_ARCH=darwin_amd64
88

99
default: install

example/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
diceroll = {
44
source = "briancain/diceroll"
5-
version = "0.0.7"
5+
version = "0.0.8"
66
}
77
}
88
}
@@ -17,6 +17,6 @@ resource "diceroll_roll" "yahtzee" {
1717
}
1818
}
1919

20-
output "roll_dice" {
21-
value = dice.yahtzee
20+
output "yahtzee_roll" {
21+
value = diceroll_roll.yahtzee
2222
}

0 commit comments

Comments
 (0)