generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: set metadata.name automatically for tag_definition
- Loading branch information
Showing
5 changed files
with
75 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,26 @@ For general information about Terraform, visit the [official website](https://ww | |
Please submit support questions via email to [email protected]. Support questions submitted under the Issues section of this repo will be handled on a "best effort" basis. | ||
|
||
Feature requests can be submitted at [canny.io](https://meshcloud.canny.io). | ||
|
||
## Local Development | ||
|
||
To use the provider locally during development place the following in `~/.terraformrc`: | ||
|
||
``` | ||
provider_installation { | ||
dev_overrides { | ||
"meshcloud/meshstack" = "<GOBIN>", | ||
"registry.terraform.io/meshcloud/meshstack" = "<GOBIN>" | ||
} | ||
# For all other providers, install them directly from their origin provider | ||
# registries as normal. If you omit this, Terraform will _only_ use | ||
# the dev_overrides block, and so no other providers will be available. | ||
direct {} | ||
} | ||
``` | ||
|
||
Replace `<GOBIN>` with the output of `go env GOBIN` or `go env GOPATH` + `/bin`. | ||
Run `go install` to update your local provider installation. | ||
If everything is working correctly Terraform will show a warning that dev overrides are being used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters