File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -45,28 +45,27 @@ func TestAccCloudStackZone_basic(t *testing.T) {
45
45
46
46
const testAccCloudStackZone_basic = `
47
47
resource "cloudstack_zone" "test" {
48
- name = "acctest"
49
- dns1 = "8.8.8.8"
50
- dns2 = "8.8.8.8"
51
- internal_dns1 = "8.8.4.4"
52
- internal_dns2 = "8.8.4.4"
53
- network_type = "Advanced"
54
- domain = "foo.cloudstack.com"
55
-
48
+ name = "acctest"
49
+ dns1 = "8.8.8.8"
50
+ dns2 = "8.8.8.8"
51
+ internal_dns1 = "8.8.4.4"
52
+ internal_dns2 = "8.8.4.4"
53
+ network_type = "Advanced"
54
+ domain = "cloudstack.apache.org"
56
55
}
57
56
`
58
57
59
58
// guestcidraddress = "172.29.1.0/20"
60
59
61
60
const testAccCloudStackZone_update = `
62
61
resource "cloudstack_zone" "test" {
63
- name = "acctestupdated"
64
- dns1 = "8.8.4.4"
65
- dns2 = "8.8.4.4"
66
- internal_dns1 = "8.8.8.8"
67
- internal_dns2 = "8.8.8.8"
68
- network_type = "Advanced"
69
- domain = "foo. cloudstack.com "
62
+ name = "acctestupdated"
63
+ dns1 = "8.8.4.4"
64
+ dns2 = "8.8.4.4"
65
+ internal_dns1 = "8.8.8.8"
66
+ internal_dns2 = "8.8.8.8"
67
+ network_type = "Advanced"
68
+ domain = "cloudstack.apache.org "
70
69
guestcidraddress = "172.29.2.0/20"
71
70
}
72
71
`
You can’t perform that action at this time.
0 commit comments