main.tf

From wikieduonline
Revision as of 09:35, 5 September 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search



Terraform providers

provider "random" {
}
provider "mysql" {
  endpoint = "my-database.example.com:3306"
  username = "app-user"
  password = "app-password"
}
provider "aws" {
 version = "~> 3.38.0"
 region = "us-west-2"
 profile = "your_profile_name"
}


Related commands

See also

Advertising: