You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a dev.tfrc file inside this folder and adjust the path of the following snippet accordingly to your system (terraform-provider-gosoline is the repo root)
provider_installation {
dev_overrides {
"justtrackio/gosoline" = "/home/username/projects/go/oss/terraform-provider-gosoline/bin/"
}
# 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 {}
}
Create a main.tf with the needed config to call resources of the provider, e.g.: