Skip to content

Commit

Permalink
comment out data provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronya committed Jun 18, 2024
1 parent 04b3395 commit 2840ed2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/integration/029_provider/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ resource "env0_provider" "test_provider" {
description = var.second_run ? "des1" : "des2"
}

data "env0_provider" "test_provider_data" {
type = env0_provider.test_provider.type
}
# TODO: uncomment when we fix 404 retry logic
# data "env0_provider" "test_provider_data" {
# type = env0_provider.test_provider.type
# }

resource "env0_provider" "test_provider-type-change" {
type = var.second_run ? "aws2-${random_string.random.result}" : "aws1-${random_string.random.result}"
Expand Down

0 comments on commit 2840ed2

Please sign in to comment.