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
│ Error: Unknown Karpor API Endpoint │ │ with provider["registry.terraform.io/kusionstack/karpor"], │ on main.tf line 72, in provider "karpor": │ 72: api_endpoint = var.api_endpoint │ │ The provider cannot create the Karpor API client as there is an unknown configuration value for the Karpor API │ endpoint. Either target apply the source of the value first, set the value statically in the configuration, or │ use the KARPOR_API_ENDPOINT environment variable.
What did you expect to happen?
accept variable from tfvars
How can we reproduce it (as minimally and precisely as possible)?
create variable and set to tfvars
Anything else we need to know?
No response
Karpor version
v0.6.3
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
The text was updated successfully, but these errors were encountered:
What happened?
│ Error: Unknown Karpor API Endpoint │ │ with provider["registry.terraform.io/kusionstack/karpor"], │ on main.tf line 72, in provider "karpor": │ 72: api_endpoint = var.api_endpoint │ │ The provider cannot create the Karpor API client as there is an unknown configuration value for the Karpor API │ endpoint. Either target apply the source of the value first, set the value statically in the configuration, or │ use the KARPOR_API_ENDPOINT environment variable.
What did you expect to happen?
accept variable from tfvars
How can we reproduce it (as minimally and precisely as possible)?
create variable and set to tfvars
Anything else we need to know?
No response
Karpor version
v0.6.3
OS version
Install tools
The text was updated successfully, but these errors were encountered: