Skip to content

Commit

Permalink
Set firewall_id in cluster resource as computed (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
zulh-civo committed Sep 6, 2021
1 parent e45ce14 commit 2bb4fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions civo/resource_kubernetes_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func resourceKubernetesCluster() *schema.Resource {
"firewall_id": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "The existing firewall ID to use for this cluster",
},
// Computed resource
Expand Down

0 comments on commit 2bb4fac

Please sign in to comment.