Terraform providers: provider

From wikieduonline
Revision as of 07:23, 18 October 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search

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

Advertising: