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

feat: Add support for entry-style resource lists (panos_address_objects) #128

Merged

Conversation

kklimonda-cl
Copy link
Contributor

Implement panos_address_objects as a resource where multiple address objects are modeled as maps where key is object name, and value is an object describing other parameters of the given object type:

resource "panos_address_objects" "addresses" {
  location = {
    shared = true
  }

  addresses = {
    "google-dns-primary" = { ip_netmask = "8.8.8.8/32" },
    "google-dns-primary" = { ip_netmask = "8.8.4.4/32" },
  }
}

@kklimonda-cl kklimonda-cl force-pushed the feat-security-group-rules-plural branch 3 times, most recently from 0725782 to 6ab060d Compare August 8, 2024 16:50
@kklimonda-cl kklimonda-cl merged commit 90c9c52 into feat-security-group-rules-plural Aug 9, 2024
1 of 2 checks passed
@kklimonda-cl kklimonda-cl deleted the feat-unordered-lists-as-maps branch August 9, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants