Terraform providers: provider

From wikieduonline
Revision as of 08:59, 14 October 2022 by Ant (talk | contribs)
Jump to navigation Jump to search

Terraform providers are plugins to interact with cloud providers, SaaS providers, and other APIs.


Binary:

Configurations:

Providers 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

Errors

Related terms

See also

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