Skip to content

Commit a3b40aa

Browse files
committed
hotfix/schema change
1 parent 9e893d8 commit a3b40aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterative/resource_runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func provisionerCode(d *schema.ResourceData) (string, error) {
158158

159159
tfResource := ResourceType{
160160
Mode: "managed",
161-
Type: "iterative_runner",
161+
Type: "iterative_cml_runner",
162162
Name: "runner",
163163
Provider: "provider[\"registry.terraform.io/iterative/iterative\"]",
164164
Instances: InstancesType{

0 commit comments

Comments
 (0)