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

Terraform Unsupported attribute errors in Getting Started tutorial #37

Closed
gruyaume opened this issue Oct 3, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@gruyaume
Copy link
Collaborator

gruyaume commented Oct 3, 2024

Bug Description

I tried to go through the getting started tutorial but got Unsupported attribute errors. See log below

To Reproduce

  1. terraform init
  2. 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

@gruyaume gruyaume added the bug Something isn't working label Oct 3, 2024
@Gmerold Gmerold self-assigned this Oct 4, 2024
@Gmerold Gmerold closed this as completed Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants