provisioning/schemas/providers/aws-defaults.ncl

41 lines
747 B
Plaintext
Raw Normal View History

# AWS Provider Default Configuration
{
aws = {
name = "aws",
enabled = false,
workspace = "{{workspace.name}}",
auth = {
interface = "API",
region = "us-east-1",
},
paths = {
base = ".providers/aws",
cache = ".providers/aws/cache",
state = ".providers/aws/state",
},
api = {
url = "https://ec2.us-east-1.amazonaws.com",
timeout = 30,
region = "us-east-1",
},
},
auth = {
interface = "API",
region = "us-east-1",
},
paths = {
base = ".providers/aws",
cache = ".providers/aws/cache",
state = ".providers/aws/state",
},
api = {
url = "https://ec2.us-east-1.amazonaws.com",
timeout = 30,
region = "us-east-1",
},
}