Skip to content

Commit ce53188

Browse files
committed
fixing is_dynamic type
1 parent 1f3678d commit ce53188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudstack/resource_cloudstack_configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func resourceCloudStackConfiguration() *schema.Resource {
7979
Computed: true,
8080
},
8181
"is_dynamic": {
82-
Type: schema.TypeString,
82+
Type: schema.TypeBool,
8383
Computed: true,
8484
},
8585
"scope": {

0 commit comments

Comments
 (0)