Skip to content

Commit 1b6cce4

Browse files
committed
fixup
1 parent c4e98ee commit 1b6cce4

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

cloudstack/resource_cloudstack_ipaddress.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func resourceCloudStackIPAddress() *schema.Resource {
4545
"network_id": {
4646
Type: schema.TypeString,
4747
Optional: true,
48-
Computed: true,
4948
ForceNew: true,
5049
},
5150

cloudstack/resource_cloudstack_ipaddress_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ resource "cloudstack_vpc" "foo" {
172172
}
173173
174174
resource "cloudstack_network" "foo" {
175-
name = "terraform-network"
176-
cidr = "10.1.1.0/24"
177-
network_offering = "DefaultIsolatedNetworkOfferingWithSourceNatService"
178-
source_nat_ip = true
179-
zone = "Sandbox-simulator"
180-
}
175+
name = "terraform-network"
176+
cidr = "10.1.1.0/24"
177+
network_offering = "DefaultIsolatedNetworkOfferingWithSourceNatService"
178+
source_nat_ip = true
179+
zone = "Sandbox-simulator"
180+
}
181181
182182
resource "cloudstack_ipaddress" "foo" {
183183
vpc_id = "${cloudstack_vpc.foo.id}"

0 commit comments

Comments
 (0)