Difference between revisions of "Terraform providers: provider"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
* <code>provider "[[googleworkspace]]"</code>
 
* <code>provider "[[googleworkspace]]"</code>
 
* <code>[[tfe]]</code>
 
* <code>[[tfe]]</code>
* [[multispace_run]] (Oct 2021)
+
* <code>[[multispace_run]]</code> (Oct 2021)
  
 
Use: <code>[[terraform providers (command)|terraform providers]]</code> command to list providers used in your <code>[[main.tf]]</code> file
 
Use: <code>[[terraform providers (command)|terraform providers]]</code> command to list providers used in your <code>[[main.tf]]</code> file

Revision as of 22:38, 21 October 2021


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