You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to get the provider working by just defining it in terraform, so I tried the suggested workflow with fogg in an empty repo:
user@MacBook-Pro bless-test % fogg apply
fogg.yml has error(s):
ERROR: could not open fogg.yml config file
user@MacBook-Pro bless-test % fogg version
0.76.0
The docs suggested I use these contents for fogg.json:
This also produced errors, so I'm guessing the specified information is not sufficient to get started.
user@MacBook-Pro bless-test % fogg apply
fogg.yml has error(s):
UNKNOWN ERROR: 4 errors occurred:
* Key: 'Config.Version' Error:Field validation for 'Version' failed on the 'required' tag
* global must have a valid owner set at either the global or defaults level
* global must have a valid project set at either the global or defaults level
* global must have a valid terraform version set at either the global or defaults level
The text was updated successfully, but these errors were encountered:
queglay
changed the title
fogg.json as suggeted does not work
fogg.json as suggested does not work
Nov 15, 2022
I wasn't able to get the provider working by just defining it in terraform, so I tried the suggested workflow with fogg in an empty repo:
The docs suggested I use these contents for fogg.json:
I'm guessing v0.76 requires a yaml and not json anymore, so I tried converting the suggested json to fogg.yaml:
This also produced errors, so I'm guessing the specified information is not sufficient to get started.
The text was updated successfully, but these errors were encountered: