You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i was try to install pfsense through terraform inside arvan my configuration make provider crash.
my source code is :
resource"arvan_iaas_abrak""pfsense" {
region=var.regionflavor="g1-1-1-0"name="pfsense"image {
type="distributions"name="pfSense-CE"# This Line Make Provider Crash
}
disk_size=25
}
when i was try to install pfsense through terraform inside arvan my configuration make provider crash.
my source code is :
correct way is:
Tested Version is 0.6.2
The text was updated successfully, but these errors were encountered: