Difference between revisions of "Terraform providers (command)"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
<code>terraform providers</code> prints a tree of the providers used in the configuration.
 
<code>terraform providers</code> prints a tree of the providers used in the configuration.
  
 
+
== Examples ==
 
  [[terraform]] providers
 
  [[terraform]] providers
 
  ╷
 
  ╷

Revision as of 06:43, 2 September 2021

terraform providers prints a tree of the providers used in the configuration.

Examples

terraform providers
╷
│ Error: No configuration files
│
│ The directory /root contains no Terraform configuration files.
╵
terraform providers

Providers required by configuration:
.
└── provider[registry.terraform.io/hashicorp/aws]


provider "aws" {
  profile = "default"
  region  = "us-west-2"
}

Related terms

See also

Advertising: