Skip to content

Commit 151a42c

Browse files
Sync monorepo state at "bump terraform provider version" (#60)
Syncing from userclouds/userclouds@3692531fe0bfd2bd59a6aa369a083e434362061e
1 parent 5debfda commit 151a42c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/cmd/apply.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ func writeTerraformRC(ctx context.Context, rcPath string, tfProviderDevDirPath s
3939

4040
func genTerraform(ctx context.Context, mfestPath string, mfest *manifest.Manifest, fqtn string, resources *[]liveresource.Resource, tfDir string, tfProviderVersionConstraint string) {
4141
if tfProviderVersionConstraint == "" {
42-
// Require at least v0.1.7 for support for column retention duration settings,
43-
// column constraints, data types, and other new features
44-
tfProviderVersionConstraint = ">= 0.1.7"
42+
// Require at least v0.1.8 for support for column search indexing
43+
tfProviderVersionConstraint = ">= 0.1.8"
4544
}
4645
tfText, err := tfconfig.GenConfig(&tfconfig.GenerationContext{
4746
ManifestFilePath: mfestPath,

0 commit comments

Comments
 (0)