Skip to content

Commit

Permalink
fixed #151
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Oct 14, 2022
1 parent bebe028 commit 070df69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions civo/resource_firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func resourceFirewall() *schema.Resource {
"region": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "The firewall region, if is not defined we use the global defined in the provider",
},
"create_default_rules": {
Expand Down

0 comments on commit 070df69

Please sign in to comment.