feat: provider v0.1.9 — namespace hardcoded in client, removed from provider schema and all examples
This commit is contained in:
@@ -18,8 +18,7 @@ terraform {
|
||||
}
|
||||
|
||||
provider "sless" {
|
||||
endpoint = "https://sless-api.kube5s.ru"
|
||||
token = "dev-token-change-me"
|
||||
namespace = "default"
|
||||
endpoint = "https://sless-api.kube5s.ru"
|
||||
token = "dev-token-change-me"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user