Difference between revisions of "Terraform providers: provider"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
  
 
== See also ==
 
== See also ==
 +
* {{terraform cmd}}
 
* {{terraform}}
 
* {{terraform}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Revision as of 06:49, 2 September 2021

List of terraform providers: [1]


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://www.terraform.io/docs/providers/index.html
  • Advertising: