We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ fogg apply fogg.yml has error(s): UNKNOWN ERROR: yaml: line 2: mapping values are not allowed in this context
when trying this example fogg.yml:
version: 2 defaults: providers: aws: region: us-west-2 profile: fogg-profile-staging version: 2.45.0 backend: region: us-west-2 profile: fogg-profile-staging bucket: my-fogg-bucket project: fogg-example, owner: [email protected], terraform_version: 0.12.24 modules: aurora: {} redis: {} some-shiny-new-tech: {} accounts: aws-staging-account: providers: aws: account_id: "000000000000" aws-prod-account: providers: aws: account_id: "11111111111" profile: fogg-profile-prod backend: profile: fogg-profile-prod envs: prod: providers: aws: account_id: "11111111111" profile: fogg-profile-prod components: redis: {} security-alerts: providers: aws: account_id: "22222222222" profile: fogg-profile-security backend: profile: fogg-profile-prod staging: components: redis: {}, security-alerts: providers: aws: account_id: "22222222222" profile: fogg-profile-security
fogg 0.59.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when trying this example fogg.yml:
fogg 0.59.2
The text was updated successfully, but these errors were encountered: