Skip to content

Commit 837f313

Browse files
committed
Make nat_1_1 attribute as non-computed
1 parent b3a1e8e commit 837f313

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

linode/instance/schema_resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ var InterfaceSchema = &schema.Resource{
189189
Type: schema.TypeString,
190190
Description: "The public IP that will be used for the " +
191191
"one-to-one NAT purpose.",
192-
Computed: true,
193192
Optional: true,
194193
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
195194
if new == "any" && old != "" {

0 commit comments

Comments
 (0)