Skip to content

Commit

Permalink
Sync monorepo state at "bump terraform provider version" (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-build-user committed Sep 12, 2024
1 parent 5debfda commit 151a42c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ func writeTerraformRC(ctx context.Context, rcPath string, tfProviderDevDirPath s

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

0 comments on commit 151a42c

Please sign in to comment.