Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Updates mongodbatlas_encryption_at_rest resource to use new azure_key_vault_config.require_private_networking field #2509

Merged
merged 8 commits into from
Aug 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix comment
maastha committed Aug 19, 2024

Verified

This commit was signed with the committer’s verified signature.
kingpinXD Tanmay
commit 9237f17dcfd81b6cc6760c284e8ca94a2d9fba11
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ func TestMigEncryptionAtRest_basicAWS(t *testing.T) {
}

func TestMigEncryptionAtRest_withRole_basicAWS(t *testing.T) {
acc.SkipTestForCI(t)
acc.SkipTestForCI(t) // needs AWS configuration

var (
resourceName = "mongodbatlas_encryption_at_rest.test"
Original file line number Diff line number Diff line change
@@ -288,7 +288,7 @@ func TestAccEncryptionAtRest_basicGCP(t *testing.T) {
}

func TestAccEncryptionAtRestWithRole_basicAWS(t *testing.T) {
acc.SkipTestForCI(t)
acc.SkipTestForCI(t) // needs AWS configuration
var (
resourceName = "mongodbatlas_encryption_at_rest.test"
projectID = os.Getenv("MONGODB_ATLAS_PROJECT_ID")