Difference between revisions of "Terraform provider: rancher2"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* https://registry.terraform.io/providers/rancher/rancher2/latest/docs
 
* https://registry.terraform.io/providers/rancher/rancher2/latest/docs
  
 +
 +
Official example:
 +
 +
# Configure the Rancher2 provider to admin
 +
provider "rancher2" {
 +
  api_url    = "https://rancher.my-domain.com"
 +
  access_key = var.rancher2_access_key
 +
  secret_key = var.rancher2_secret_key
 +
}
 +
 +
 +
[[cluster_endpoint_private_access]]
 +
[[cluster_endpoint_public_access]]
  
 
== See also ==
 
== See also ==

Latest revision as of 12:32, 4 March 2024

Advertising: