Skip to content

Commit 5483426

Browse files
committed
work on OpenIn implementation
1 parent 75f4176 commit 5483426

File tree

5 files changed

+278
-261
lines changed

5 files changed

+278
-261
lines changed

provisioner/terraform/resources.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ type agentAppAttributes struct {
8484
Healthcheck []appHealthcheckAttributes `mapstructure:"healthcheck"`
8585
Order int64 `mapstructure:"order"`
8686
Hidden bool `mapstructure:"hidden"`
87+
OpenIn string `mapstructure:"open_in"`
8788
}
8889

8990
type agentEnvAttributes struct {
@@ -452,6 +453,7 @@ func ConvertState(ctx context.Context, modules []*tfjson.StateModule, rawGraph s
452453
Healthcheck: healthcheck,
453454
Order: attrs.Order,
454455
Hidden: attrs.Hidden,
456+
OpenIn: attrs.OpenIn,
455457
})
456458
}
457459
}

0 commit comments

Comments
 (0)