Terraform providers (command)

From wikieduonline
Revision as of 06:42, 2 September 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search

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


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: