Skip to content

Commit 531d6dd

Browse files
authored
Merge pull request #1615 from hashicorp/netramali/TF-23829-remove-beta-flag-variable-set
Remove beta flag for custom project variable set permission
2 parents 6b6e113 + 52b6ce2 commit 531d6dd

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

internal/provider/data_source_team_project_access_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ func TestAccTFETeamProjectCustomAccessDataSource_basic(t *testing.T) {
8787
}
8888

8989
func TestAccTFETeamProjectCustomAccessDataSource_basic_with_project_variable_sets(t *testing.T) {
90-
skipUnlessBeta(t)
9190
tfeClient, err := getClientUsingEnv()
9291
if err != nil {
9392
t.Fatal(err)

internal/provider/resource_tfe_team_project_access_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ func TestAccTFETeamProjectCustomAccess(t *testing.T) {
7373
}
7474

7575
func TestAccTFETeamProjectCustomAccess_with_project_variable_sets(t *testing.T) {
76-
skipUnlessBeta(t)
7776
tmAccess := &tfe.TeamProjectAccess{}
7877
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
7978
access := tfe.TeamProjectAccessCustom
@@ -157,7 +156,6 @@ func TestAccTFETeamProjectCustomAccess_import(t *testing.T) {
157156
}
158157

159158
func TestAccTFETeamProjectCustomAccess_import_with_project_variable_set(t *testing.T) {
160-
skipUnlessBeta(t)
161159
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
162160
tmAccess := &tfe.TeamProjectAccess{}
163161
access := tfe.TeamProjectAccessCustom
@@ -239,7 +237,6 @@ func TestAccTFETeamProjectCustomAccess_full_update(t *testing.T) {
239237
}
240238

241239
func TestAccTFETeamProjectCustomAccess_full_update_with_project_variable_sets(t *testing.T) {
242-
skipUnlessBeta(t)
243240
tmAccess := &tfe.TeamProjectAccess{}
244241
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
245242
access := tfe.TeamProjectAccessCustom
@@ -348,7 +345,6 @@ func TestAccTFETeamProjectCustomAccess_partial_update(t *testing.T) {
348345
}
349346

350347
func TestAccTFETeamProjectCustomAccess_partial_update_with_project_variable_sets(t *testing.T) {
351-
skipUnlessBeta(t)
352348
tmAccess := &tfe.TeamProjectAccess{}
353349
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
354350
access := tfe.TeamProjectAccessCustom

0 commit comments

Comments
 (0)