Difference between revisions of "Terraform providers: provider"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 52: Line 52:
 
== See also ==
 
== See also ==
 
* {{terraform providers}}
 
* {{terraform providers}}
 
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Revision as of 22:27, 7 June 2022

List of some Terraform providers: [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 terms

See also

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