Skip to content

Commit 2565cf9

Browse files
committed
Updated TF provider
1 parent 7bc55f7 commit 2565cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/internal/model/terraform/terraform_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func (c TerraformConfig) CreateTerraformConfig(backend string, version string) T
4545
RequiredProviders: RequiredProviders{
4646
OctopusProvider: ProviderDefinition{
4747
Source: "OctopusDeploy/octopusdeploy",
48-
Version: strutil.DefaultIfEmpty(version, "1.3.6"),
48+
Version: strutil.DefaultIfEmpty(version, "1.3.7"),
4949
},
5050
},
5151
RequiredVersion: strutil.StrPointer(">= 1.6.0"),

0 commit comments

Comments
 (0)