Merge pull request #3338 from svanharmelen/f-cloudstack-nwdomain

provider/cloudstack: fix styling (tab vs spaces in raw string)
This commit is contained in:
Sander van Harmelen 2015-09-27 20:01:14 -07:00
commit 0c3f2a915c
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ resource "cloudstack_vpc" "foo" {
display_text = "terraform-vpc-text"
cidr = "%s"
vpc_offering = "%s"
network_domain = "terraform-domain"
network_domain = "terraform-domain"
zone = "%s"
}`,
CLOUDSTACK_VPC_CIDR_1,