Skip to content
New issue

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

fw_common.tf seems to be broken #59

Open
camalloy-amr opened this issue Jul 27, 2021 · 0 comments
Open

fw_common.tf seems to be broken #59

camalloy-amr opened this issue Jul 27, 2021 · 0 comments

Comments

@camalloy-amr
Copy link

camalloy-amr commented Jul 27, 2021

I get the following errors while running this file:

Additional Info:
Terraform 0.15.1
provider registry.terraform.io/hashicorp/azurerm v2.66.0

│ Error: Unsupported attribute │ │ on main.tf line 46, in module "common_fw": │ 46: nic1_backend_pool_id = [module.common_extlb.backend_pool_id] │ ├──────────────── │ │ module.common_extlb is a object, known only after apply │ │ This object does not have an attribute named "backend_pool_id". ╵

╷ │ Error: Unsupported attribute │ │ on main.tf line 47, in module "common_fw": │ 47: nic2_backend_pool_id = [module.common_intlb.backend_pool_id] │ ├──────────────── │ │ module.common_intlb is a object, known only after apply │ │ This object does not have an attribute named "backend_pool_id". ╵

│ Error: Unsupported attribute │ │ on main.tf line 71, in module "common_extlb": │ 71: network_interface_ids = module.common_fw.nic1_id │ ├──────────────── │ │ module.common_fw is a object, known only after apply │ │ This object does not have an attribute named "nic1_id".

╷ │ Error: Unsupported attribute │ │ on main.tf line 87, in module "common_intlb": │ 87: network_interface_ids = module.common_fw.nic2_id │ ├──────────────── │ │ module.common_fw is a object, known only after apply │ │ This object does not have an attribute named "nic2_id".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant