We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3c4df commit b09e810Copy full SHA for b09e810
Makefile
@@ -46,7 +46,7 @@ dep:
46
.PHONY: build
47
build:
48
go build -o ${ENVTEST_ASSETS_DIR}/terraform-provider-astronomer
49
- go generate
+ go generate ./...
50
#
51
#.PHONY: mock
52
#mock: $(ENVTEST_ASSETS_DIR)
examples/main.tf
@@ -7,13 +7,13 @@ terraform {
7
}
8
9
variable "token" {
10
- type = string
+ type = string
11
12
13
provider "astronomer" {
14
organization_id = "cljzz64cc001n01mln1pgkvpj"
15
host = "https://api.astronomer-dev.io"
16
- token = var.token
+ token = var.token
17
18
19
data "astronomer_workspace" "example" {
0 commit comments