vishesh92 commented on code in PR #71:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/71#discussion_r1639296109


##########
cloudstack/resource_cloudstack_firewall_test.go:
##########
@@ -188,14 +188,15 @@ func testAccCheckCloudStackFirewallDestroy(s 
*terraform.State) error {
 const testAccCloudStackFirewall_basic = `
 resource "cloudstack_network" "foo" {
   name = "terraform-network"
+       display_text = "terraform-network"

Review Comment:
   fix indentation



##########
cloudstack/resource_cloudstack_firewall_test.go:
##########
@@ -213,14 +214,15 @@ resource "cloudstack_firewall" "foo" {
 const testAccCloudStackFirewall_update = `
 resource "cloudstack_network" "foo" {
   name = "terraform-network"
+       display_text = "terraform-network"

Review Comment:
   fix indentation



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to