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
Hi guys, and thank you for your previous help, I'm now able to upload and use custom providers and module in our terrakube instance.
I think, It would be good if we can add option when we create module/provider to decide if it will be protected by api token or public to anyone in the organization.
And block like below won't be required anymore to user a public module or provider :
When running Terraform on the CLI, you must
configure credentials in .terraformrc or
terraform.rc to access this module:
credentials "terrakube-reg.awnen.com" {
# valid user API token:
token = "xxxxxx.yyyyyy.zzzzzzzzzzzzz"
}
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Feature description 💡
Hi guys, and thank you for your previous help, I'm now able to upload and use custom providers and module in our terrakube instance.
I think, It would be good if we can add option when we create module/provider to decide if it will be protected by api token or public to anyone in the organization.
And block like below won't be required anymore to user a public module or provider :
Anything else?
No response
The text was updated successfully, but these errors were encountered: