Skip to content

Commit

Permalink
fix: added missing resources for fortios_extensioncontroller_extender…
Browse files Browse the repository at this point in the history
…vap, fortios_firewall_ondemandsniffer, fortios_system_license_fortiflex, and fortios_system_sshconfig to provider
  • Loading branch information
tmeckel committed Jul 9, 2024
1 parent 9b7ec21 commit 2bb4255
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,9 @@ func Provider() tfbridge.ProviderInfo {
"fortios_extensioncontroller_extenderprofile": {
Tok: makeResource(mainMod, "fortios_extensioncontroller_extenderprofile"),
},
"fortios_extensioncontroller_extendervap": {
Tok: makeResource(mainMod, "fortios_extensioncontroller_extendervap"),
},
"fortios_extensioncontroller_fortigate": {
Tok: makeResource(mainMod, "fortios_extensioncontroller_fortigate"),
},
Expand Down Expand Up @@ -694,6 +697,9 @@ func Provider() tfbridge.ProviderInfo {
"fortios_firewall_sniffer": {
Tok: makeResource(mainMod, "fortios_firewall_sniffer"),
},
"fortios_firewall_ondemandsniffer": {
Tok: makeResource(mainMod, "fortios_firewall_ondemandsniffer"),
},
"fortios_firewall_sslserver": {
Tok: makeResource(mainMod, "fortios_firewall_sslserver"),
},
Expand Down Expand Up @@ -1642,6 +1648,9 @@ func Provider() tfbridge.ProviderInfo {
"fortios_system_license_forticare": {
Tok: makeResource(mainMod, "fortios_system_license_forticare"),
},
"fortios_system_license_fortiflex": {
Tok: makeResource(mainMod, "fortios_system_license_fortiflex"),
},
"fortios_system_license_vdom": {
Tok: makeResource(mainMod, "fortios_system_license_vdom"),
},
Expand Down Expand Up @@ -1759,6 +1768,9 @@ func Provider() tfbridge.ProviderInfo {
"fortios_system_speedtestserver": {
Tok: makeResource(mainMod, "fortios_system_speedtestserver"),
},
"fortios_system_sshconfig": {
Tok: makeResource(mainMod, "fortios_system_sshconfig"),
},
"fortios_system_ssoadmin": {
Tok: makeResource(mainMod, "fortios_system_ssoadmin"),
},
Expand Down

0 comments on commit 2bb4255

Please sign in to comment.