File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
internal/services/automation Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ import (
1919)
2020
2121type AutomationRuntimeEnvironmentPackageModel struct {
22- Name string `tfschema:"name"`
23- RuntimeEnvironmentId string `tfschema:"runtime_environment_id"`
24- ContentUri string `tfschema:"content_uri"`
25- ContentVersion string `tfschema:"content_version"`
26- HashAlgorithm string `tfschema:"hash_algorithm"`
22+ Name string `tfschema:"name"`
23+ RuntimeEnvironmentId string `tfschema:"runtime_environment_id"`
24+ ContentUri string `tfschema:"content_uri"`
25+ ContentVersion string `tfschema:"content_version"`
26+ HashAlgorithm string `tfschema:"hash_algorithm"`
2727 HashValue string `tfschema:"hash_value"`
2828 SizeInBytes int64 `tfschema:"size_in_bytes"`
29- Version string `tfschema:"version"`
30- IsDefault bool `tfschema:"is_default"`
29+ Version string `tfschema:"version"`
30+ IsDefault bool `tfschema:"is_default"`
3131}
3232
3333type AutomationRuntimeEnvironmentPackageResource struct {}
You can’t perform that action at this time.
0 commit comments