provisioning/config/templates/provider-aws.toml.template

22 lines
450 B
Plaintext
Raw Normal View History

2025-10-07 11:12:02 +01:00
# AWS Provider Configuration for Workspace: {{workspace.name}}
# Generated: {{now.iso}}
[provider]
name = "aws"
enabled = true
workspace = "{{workspace.name}}"
[provider.auth]
profile = "default"
region = "us-east-1"
interface = "CLI" # API or CLI
[provider.paths]
base = "{{workspace.path}}/.providers/aws"
cache = "{{workspace.path}}/.providers/aws/cache"
state = "{{workspace.path}}/.providers/aws/state"
[provider.api]
url = ""
timeout = 30