-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
* fix: always init controller-runtime logger Signed-off-by: Tyler Gillson <[email protected]> * chore: upgrade upjet Signed-off-by: Tyler Gillson <[email protected]> * docs: fix README Signed-off-by: Tyler Gillson <[email protected]> * chore: regenerate provider Signed-off-by: Tyler Gillson <[email protected]> * docs: add launch config Signed-off-by: Tyler Gillson <[email protected]> * docs: update release version in README Signed-off-by: Tyler Gillson <[email protected]> * fix: default external names to tfstate[name] Signed-off-by: Tyler Gillson <[email protected]> * docs: update README Signed-off-by: Tyler Gillson <[email protected]> * docs: update setup guide in README Signed-off-by: Tyler Gillson <[email protected]> * chore: bump TF provider to v0.19.2 Signed-off-by: Tyler Gillson <[email protected]> --------- Signed-off-by: Tyler Gillson <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ cover.out | |
|
||
# ignore IDE folders | ||
.vscode/ | ||
!.vscode/launch.json | ||
.idea/ | ||
*__debug_bin* |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Debug", | ||
"type": "go", | ||
"request": "launch", | ||
"mode": "auto", | ||
"program": "${workspaceFolder}/cmd/provider/main.go", | ||
"args": [ | ||
"--debug", | ||
"--terraform-version=1.3.3", | ||
"--terraform-provider-version=0.19.2", | ||
"--terraform-provider-source=spectrocloud/spectrocloud" | ||
], | ||
"env": { | ||
"KUBECONFIG": "/Users/tylergillson/Downloads/oam-dev.kubeconfig", | ||
// "TF_REATTACH_PROVIDERS": "{\"registry.terraform.io/spectrocloud/spectrocloud\":{\"Protocol\":\"grpc\",\"ProtocolVersion\":5,\"Pid\":100,\"Test\":true,\"Addr\":{\"Network\":\"unix\",\"String\":\"/var/folders/w1/sm7f2fb959j2xkxln196ksj40000gn/T/plugin2559404211\"}}}", | ||
"UPBOUND_CONTEXT": "local" | ||
}, | ||
// "showLog": true, | ||
// "trace": "verbose", | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.