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

meraki_networks_appliance_vlans - fixed_ip_assignments #47

Open
samspade21 opened this issue May 23, 2024 · 1 comment
Open

meraki_networks_appliance_vlans - fixed_ip_assignments #47

samspade21 opened this issue May 23, 2024 · 1 comment
Labels
api API Bug enhancement New feature or request

Comments

@samspade21
Copy link

Is your feature request related to a problem? Please describe.
The API supports setting fixedIpAssignments. This is not available within the meraki_networks_appliance_vlans resource.

Describe the solution you'd like
Add a new optional array attribute that takes the mac address, IP, and name.

Example:

 ...
  fixed_ip_assignments = {
    "01:23:45:67:89:ab" = {
      ip_address = "172.28.9.3"
      name       = "DeviceTestOne"
    }
    "98:76:54:32:10:fe" = {
      ip_address = "172.28.9.4"
      name       = "DeviceTestTwo"
    }
  }
...

Describe alternatives you've considered
NA

Additional context
NA

@obrigg
Copy link
Contributor

obrigg commented May 23, 2024

Hi @samspade21,
The fixed_ip_assignments attribute was recently added to the OpenAPI spec. It will be reflected in our Terraform Provider the next time we update it.

@fmunozmiranda fmunozmiranda added the enhancement New feature or request label May 23, 2024
@fmunozmiranda fmunozmiranda added the api API Bug label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API Bug enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants