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
Hi team. I'm new to Terraform and I have been faced with using it with Ansible. It looks like this module may help in useing common configurations between Terraform and Ansible. However, it's quite unclear how exactly should I use this module.
I installed it and copied the example code in my modules.tf inside my project:
But when I plan this configuration I get the error:
│ Error: Reference to undeclared module
│
│ on modules.tf line 11, in module "yaml_config":
│ 11: context = module.this.context
│
│ No module call named "this" is declared in the root module.
Are there any steps I've missed during the configuration?
The text was updated successfully, but these errors were encountered:
If readme examples may get outdated or might not work, it would be better to just have a item list of examples linking to the repo files, instead of embedding them in the readme, IMO.
Hi team. I'm new to Terraform and I have been faced with using it with Ansible. It looks like this module may help in useing common configurations between Terraform and Ansible. However, it's quite unclear how exactly should I use this module.
I installed it and copied the example code in my
modules.tf
inside my project:But when I plan this configuration I get the error:
Are there any steps I've missed during the configuration?
The text was updated successfully, but these errors were encountered: