Difference between revisions of "Terraform provider: rancher2"

From wikieduonline
Jump to navigation Jump to search
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
 +
}
  
 
== See also ==
 
== See also ==

Revision as of 12:30, 4 March 2024

Advertising: