41 lines
747 B
Plaintext
41 lines
747 B
Plaintext
|
|
# 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",
|
||
|
|
},
|
||
|
|
}
|