Skip to content

Commit b09e810

Browse files
committed
generate docs
1 parent bd3c4df commit b09e810

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dep:
4646
.PHONY: build
4747
build:
4848
go build -o ${ENVTEST_ASSETS_DIR}/terraform-provider-astronomer
49-
go generate
49+
go generate ./...
5050
#
5151
#.PHONY: mock
5252
#mock: $(ENVTEST_ASSETS_DIR)

examples/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ terraform {
77
}
88

99
variable "token" {
10-
type = string
10+
type = string
1111
}
1212

1313
provider "astronomer" {
1414
organization_id = "cljzz64cc001n01mln1pgkvpj"
1515
host = "https://api.astronomer-dev.io"
16-
token = var.token
16+
token = var.token
1717
}
1818

1919
data "astronomer_workspace" "example" {

0 commit comments

Comments
 (0)