Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoldis committed Sep 27, 2024
1 parent b5dfe53 commit 6647ebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/resources/external_volume_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,6 @@ func TestAcc_External_Volume_Multiple(t *testing.T) {
assert.Check(resource.TestCheckResourceAttr("snowflake_external_volume.complete", "storage_location.1.storage_provider", gcsStorageProvider)),
assert.Check(resource.TestCheckResourceAttr("snowflake_external_volume.complete", "storage_location.1.storage_base_url", gcsStorageBaseUrl2)),
assert.Check(resource.TestCheckResourceAttr("snowflake_external_volume.complete", "storage_location.1.encryption_type", gcsEncryptionTypeNone)),
// TODO kms assert for all gcs encryption key ids?
assert.Check(resource.TestCheckResourceAttr("snowflake_external_volume.complete", "storage_location.2.storage_location_name", azureStorageLocationName)),
assert.Check(resource.TestCheckResourceAttr("snowflake_external_volume.complete", "storage_location.2.storage_provider", azureStorageProvider)),
assert.Check(resource.TestCheckResourceAttr("snowflake_external_volume.complete", "storage_location.2.storage_base_url", azureStorageBaseUrl)),
Expand Down

0 comments on commit 6647ebe

Please sign in to comment.