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

Features sd wan #39

Merged
merged 34 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
de28595
fix: nesting for schema changes
jon-humphries Jan 17, 2025
00e2f94
fix: refactor appliance.tf for SWAN L3 firewall rules
jon-humphries Jan 17, 2025
feb791d
fix: refactor appliance.tf for SWAN L3 firewall rules
jon-humphries Jan 20, 2025
a2665ad
fix: refactor appliance.tf for SWAN L3 firewall rules
jon-humphries Jan 20, 2025
4ebae06
fix: refactor appliance.tf for SWAN L3 firewall rules
jon-humphries Jan 20, 2025
73f8d36
chore: adding depends on logic to each appliance resource
jon-humphries Jan 20, 2025
c091286
fix: change vlan_settings _enabled field
jon-humphries Jan 20, 2025
308380c
fix: change depends on logic for appliance vlans
jon-humphries Jan 20, 2025
4c7d088
chore: change warm spare device lookup logic
jon-humphries Jan 20, 2025
4fd8b67
chore: change warm spare device lookup logic
jon-humphries Jan 20, 2025
3ad2862
chore: change warm spare device lookup logic
jon-humphries Jan 20, 2025
e07478e
fix: nesting to site to site vpn module
jon-humphries Jan 20, 2025
99f314c
fix: l7 rules module nesting
jon-humphries Jan 21, 2025
4e24743
fix: l7 rules module nesting
jon-humphries Jan 21, 2025
21b4c2d
fix: firewallinbound rules
jon-humphries Jan 21, 2025
d10dc66
fix: firewallinbound rules
jon-humphries Jan 21, 2025
7029627
fix: firewallinbound rules
jon-humphries Jan 21, 2025
56c04f4
fix: all nat rules nesting
jon-humphries Jan 21, 2025
07ba93f
fix: refactor nesting for appliance vpn third party and vpn firewall …
jon-humphries Jan 22, 2025
4a76a8d
fix: refactor nesting for appliance vpn third party
jon-humphries Jan 22, 2025
9ce7507
fix: refactor nesting for appliance vpn third party
jon-humphries Jan 22, 2025
d98a822
fix: refactor nesting for appliance vpn third party
jon-humphries Jan 22, 2025
e6689fc
fix: refactor nesting for appliance vpn third party
jon-humphries Jan 22, 2025
6335e54
fix: refactor nesting for appliance vpn fw rules
jon-humphries Jan 22, 2025
8c5f093
temp: add outputs to debug
jon-humphries Jan 23, 2025
0ab26db
fix: refactor appliance fw rules fw vpn peers
jon-humphries Jan 23, 2025
2d6a89b
fix: firewall_services nesting
jon-humphries Jan 23, 2025
c7eff07
fix: depends on logic for appliance VPN fw and third party settings
jon-humphries Jan 23, 2025
5084b16
chore: update bugs in appliance module.
jon-humphries Jan 28, 2025
c2df264
fix: appliance_vlan_dhcp addition
jon-humphries Jan 29, 2025
29079f8
chore: fix nomenclature for appliance_vlans_dhcp
jon-humphries Jan 29, 2025
4c440fa
fix: refactor appliance_vlans to not deploy DHCP parameters.
jon-humphries Jan 29, 2025
282daff
fix: change depends on logic for vpn site to site and bgp.
jon-humphries Feb 3, 2025
05c21db
Resolved merge conflicts with main
jon-humphries Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,29 @@ module "meraki" {
|------|------|
| [local_file.merged_yaml_output](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file) | resource |
| [local_sensitive_file.defaults](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/sensitive_file) | resource |
| [meraki_appliance_content_filtering.appliance_content_filtering](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_content_filtering) | resource |
| [meraki_appliance_firewall_settings.appliance_firewall_settings](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_firewall_settings) | resource |
| [meraki_appliance_firewalled_service.appliance_firewall_firewalled_services](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_firewalled_service) | resource |
| [meraki_appliance_inbound_firewall_rules.appliance_firewall_inbound_firewall_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_inbound_firewall_rules) | resource |
| [meraki_appliance_l3_firewall_rules.appliance_firewall_l3_firewall_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_l3_firewall_rules) | resource |
| [meraki_appliance_l7_firewall_rules.appliance_firewall_l7_firewall_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_l7_firewall_rules) | resource |
| [meraki_appliance_network_security_intrusion.appliance_security_intrusion](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_network_security_intrusion) | resource |
| [meraki_appliance_one_to_many_nat_rules.appliance_firewall_one_to_many_nat_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_one_to_many_nat_rules) | resource |
| [meraki_appliance_one_to_one_nat_rules.appliance_firewall_one_to_one_nat_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_one_to_one_nat_rules) | resource |
| [meraki_appliance_port.appliance_ports](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_port) | resource |
| [meraki_appliance_port_forwarding_rules.appliance_firewall_port_forwarding_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_port_forwarding_rules) | resource |
| [meraki_appliance_security_malware.appliance_security_malware](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_security_malware) | resource |
| [meraki_appliance_settings.appliance_settings](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_settings) | resource |
| [meraki_appliance_single_lan.appliance_single_lan](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_single_lan) | resource |
| [meraki_appliance_site_to_site_vpn.appliance_vpn_site_to_site_vpn](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_site_to_site_vpn) | resource |
| [meraki_appliance_third_party_vpn_peers.organizations_appliance_vpn_third_party_vpn_peers](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_third_party_vpn_peers) | resource |
| [meraki_appliance_uplinks_settings.devices_appliance_uplinks_setting](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_uplinks_settings) | resource |
| [meraki_appliance_vpn_firewall_rules.net_organizations_appliance_vpn_vpn_firewall_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_vpn_firewall_rules) | resource |
| [meraki_appliance_vlan.appliance_vlans](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_vlan) | resource |
| [meraki_appliance_vlan_dhcp.appliance_vlans_dhcp](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_vlan_dhcp) | resource |
| [meraki_appliance_vlans_settings.appliance_vlans_settings](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_vlans_settings) | resource |
| [meraki_appliance_vpn_bgp.appliance_vpn_bgp](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_vpn_bgp) | resource |
| [meraki_appliance_vpn_firewall_rules.organizations_vpn_firewall_rules](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_vpn_firewall_rules) | resource |
| [meraki_appliance_warm_spare.appliance_warm_spare](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/appliance_warm_spare) | resource |
| [meraki_device.device](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/device) | resource |
| [meraki_device_management_interface.devices_management_interface](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/device_management_interface) | resource |
| [meraki_network.network](https://registry.terraform.io/providers/CiscoDevNet/meraki/latest/docs/resources/network) | resource |
Expand Down
Loading