From b09e81010691bd1eda49cbcb92be51e1c93d2bfb Mon Sep 17 00:00:00 2001 From: Vandy Liu Date: Wed, 3 Apr 2024 01:04:11 -0700 Subject: [PATCH] generate docs --- Makefile | 2 +- examples/main.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f47507a2..047ef16c 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/examples/main.tf b/examples/main.tf index b13fb1f7..8dff292a 100644 --- a/examples/main.tf +++ b/examples/main.tf @@ -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" {