Skip to content

Commit 9e4f51c

Browse files
committed
revert region in tfResource value should be safe already from tfstate json
1 parent 64c09dc commit 9e4f51c

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
@@ -380,7 +380,7 @@ func provisionerCode(d *schema.ResourceData) (string, error) {
380380
Attributes: AttributesType{
381381
ID: d.Id(),
382382
Cloud: d.Get("cloud").(string),
383-
Region: utils.GetRegion(d),
383+
Region: d.Get("region").(string),
384384
Name: d.Get("name").(string),
385385
Labels: "",
386386
IdleTimeout: d.Get("idle_timeout").(int),

0 commit comments

Comments
 (0)