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

[New Resource]: Ethernet Port #334

Open
wants to merge 16 commits into
base: integration/main
Choose a base branch
from

Commits on Nov 13, 2024

  1. feat: add ethernet_port data source

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    09c0dce View commit details
    Browse the repository at this point in the history
  2. fix: rename data source to port

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    944e873 View commit details
    Browse the repository at this point in the history
  3. feat: add ports data source

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4eefd5c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. feat: use Terraform Set Type instead of Go built-in slice

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d6b57c2 View commit details
    Browse the repository at this point in the history
  2. feat: add port resource - create method

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d12ec28 View commit details
    Browse the repository at this point in the history
  3. feat: consistent error handling

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b2d31cb View commit details
    Browse the repository at this point in the history
  4. feat: add LAG examples

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c54927d View commit details
    Browse the repository at this point in the history
  5. feat: add port resource - delete method

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4be5ba3 View commit details
    Browse the repository at this point in the history
  6. fix: correct 'port' resource for type LAG

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    451a5b5 View commit details
    Browse the repository at this point in the history
  7. feat: add remaining attribute description

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    aa01b4d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. feat: finalize data models with remaining attributes

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a2bd99a View commit details
    Browse the repository at this point in the history
  2. feat: add acceptance tests for 'port' resource - read, create, delete…

    … methods
    
    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8b6ca49 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. feat: add port resource - update method

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b483956 View commit details
    Browse the repository at this point in the history
  2. feat: improve create method so that it populates all resource attribu…

    …tes without requiring refresh
    
    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6fdbf28 View commit details
    Browse the repository at this point in the history
  3. feat: add port resource - import method

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    931bc7c View commit details
    Browse the repository at this point in the history
  4. chore: change cx_profile_name for consistency with other examples

    Signed-off-by: Achim Christ <[email protected]>
    acch committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2ca8f64 View commit details
    Browse the repository at this point in the history