Skip to content

Commit

Permalink
correcting placement of panos_user_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Jan 31, 2021
1 parent 5fb377b commit 45cd915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panos/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ func Provider() terraform.ResourceProvider {
"panos_ike_crypto_profile": resourceIkeCryptoProfile(),
"panos_ike_gateway": resourceIkeGateway(),
"panos_ip_tag": resourceIpTag(),
"panos_user_tag": resourceUserTag(),
"panos_ipsec_crypto_profile": resourceIpsecCryptoProfile(),
"panos_ipsec_tunnel": resourceIpsecTunnel(),
"panos_ipsec_tunnel_proxy_id_ipv4": resourceIpsecTunnelProxyIdIpv4(),
Expand All @@ -283,6 +282,7 @@ func Provider() terraform.ResourceProvider {
"panos_syslog_server_profile": resourceSyslogServerProfile(),
"panos_telemetry": resourceTelemetry(),
"panos_tunnel_interface": resourceTunnelInterface(),
"panos_user_tag": resourceUserTag(),
"panos_userid_login": resourceUseridLogin(),
"panos_virtual_router": resourceVirtualRouter(),
"panos_virtual_router_entry": resourceVirtualRouterEntry(),
Expand Down

0 comments on commit 45cd915

Please sign in to comment.