Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Apr 3, 2024
1 parent bd3c4df commit b09e810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dep:
.PHONY: build
build:
go build -o ${ENVTEST_ASSETS_DIR}/terraform-provider-astronomer
go generate
go generate ./...
#
#.PHONY: mock
#mock: $(ENVTEST_ASSETS_DIR)
Expand Down
4 changes: 2 additions & 2 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ terraform {
}

variable "token" {
type = string
type = string
}

provider "astronomer" {
organization_id = "cljzz64cc001n01mln1pgkvpj"
host = "https://api.astronomer-dev.io"
token = var.token
token = var.token
}

data "astronomer_workspace" "example" {
Expand Down

0 comments on commit b09e810

Please sign in to comment.