Difference between revisions of "Terraform provider: rancher2"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
 +
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 ==
 
* {{Rancher}}
 
* {{Rancher}}
 
* {{tf providers}}
 
* {{tf providers}}
 +
 +
[[Category:Terraform]]

Latest revision as of 12:32, 4 March 2024

Advertising: