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 c967907 commit b03c270Copy full SHA for b03c270
Makefile
@@ -3,7 +3,7 @@ HOSTNAME=hashicorp.com
3
NAMESPACE=briancain
4
NAME=diceroll
5
BINARY=terraform-provider-${NAME}
6
-VERSION=0.0.7
+VERSION=0.0.8
7
OS_ARCH=darwin_amd64
8
9
default: install
example/main.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
diceroll = {
source = "briancain/diceroll"
- version = "0.0.7"
+ version = "0.0.8"
}
@@ -17,6 +17,6 @@ resource "diceroll_roll" "yahtzee" {
17
18
19
20
-output "roll_dice" {
21
- value = dice.yahtzee
+output "yahtzee_roll" {
+ value = diceroll_roll.yahtzee
22
0 commit comments