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

ibm_is_instance: different data structure between resource and data source #5827

Open
sean-freeman opened this issue Nov 28, 2024 · 1 comment
Labels
service/VPC Infrastructure Issues related to the VPC Infrastructure

Comments

@sean-freeman
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Affected Resource(s)

Resource structure

  • primary_network_attachment:
    • id
    • name
    • resource_type
    • virtual_network_interface:
      • id
      • allow_ip_spoofing
      • auto_delete
      • enable_infrastructure_nat
      • name
      • ips
      • resource_group
      • security_groups
      • primary_ip:
        • address
        • deleted
        • href
        • id
        • name
        • resource_type

Data Source structure

  • primary_network_attachment
    • id
    • name
    • resource_type
    • virtual_network_interface:
      • id
      • crn
      • name
      • href
      • resource_type
    • primary_ip: ❌ Should be nested under VNI
      • address
      • deleted
      • href
      • id
      • name
      • resource_type
    • subnet:
      • crn
      • deleted
      • href
      • id
      • name
      • resource_type

Steps to Reproduce

  1. terraform apply
@github-actions github-actions bot added the service/VPC Infrastructure Issues related to the VPC Infrastructure label Nov 28, 2024
@ujjwal-ibm
Copy link
Collaborator

looking at it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/VPC Infrastructure Issues related to the VPC Infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants