Difference between revisions of "Terraform providers: provider"

From wikieduonline
Jump to navigation Jump to search
Line 42: Line 42:
 
   [[profile]] = "your_profile_name"
 
   [[profile]] = "your_profile_name"
 
  }
 
  }
 +
 +
== Related commands ==
 +
* <code>[[terraform state replace-provider]]</code>
 +
* <code>[[terraform init]] and [[terraform init -upgrade]]</code>
  
 
== Related terms ==
 
== Related terms ==
Line 52: Line 56:
 
* [[Terraform: resource]]
 
* [[Terraform: resource]]
 
* [[Terraform associate]]: Handle Terraform and [[Terraform provider|provider installation]] and versioning
 
* [[Terraform associate]]: Handle Terraform and [[Terraform provider|provider installation]] and versioning
* <code>[[terraform init]] and [[terraform init -upgrade]]</code>
 
 
* [[Multiple providers]]
 
* [[Multiple providers]]
 
* [[Terraform plugin]]
 
* [[Terraform plugin]]

Revision as of 06:50, 15 September 2022

Binary:

Configurations:

List

List of some Terraform providers, hashicorp/: [1]

Use: terraform providers command to list providers used in your main.tf file

Terraform Libvirt module

provider "libvirt" {
  uri = "qemu:///system"
}

Terraform provider: AWS

provider "aws" {
 version = "~> 3.38.0"
 region = "us-west-2"
 profile = "your_profile_name"
}

Related commands

Related terms

See also

  • https://registry.terraform.io/browse/providers
  • https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs
  • Advertising: