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 tried to go through the getting started tutorial but got Unsupported attribute errors. See log below
To Reproduce
terraform init
terraform plan --auto-approve
Environment
Juju: 3.5.4
Aether: 1.5/edge
Relevant log output
guillaume@thinkpad:~/terraform$ terraform apply --auto-approve
╷
│ Error: Unsupported attribute
│
│ on main.tf line 41, in resource "juju_integration""gnbsim-amf":
│ 41: name = module.sdcore.amf_app_name
│ ├────────────────
│ │ module.sdcore is a object
│
│ This object does not have an attribute named "amf_app_name".
╵
╷
│ Error: Unsupported attribute
│
│ on main.tf line 42, in resource "juju_integration""gnbsim-amf":
│ 42: endpoint = module.sdcore.fiveg_n2_endpoint
│ ├────────────────
│ │ module.sdcore is a object
│
│ This object does not have an attribute named "fiveg_n2_endpoint".
╵
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
I tried to go through the getting started tutorial but got
Unsupported attribute
errors. See log belowTo Reproduce
terraform init
terraform plan --auto-approve
Environment
Juju: 3.5.4
Aether: 1.5/edge
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: