Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed Aug 14, 2024
1 parent 63c6378 commit 667468a
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions aws-redis-replication-group/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,22 @@ func TestAWSRedisReplicationGroup(t *testing.T) {

return tftest.Options(tftest.DefaultRegion,
map[string]interface{}{
"project": project,
"env": env,
"service": service,
"owner": owner,

"availability_zones": []string{az},
"subnets": privateSubnets,
"ingress_security_group_ids": []string{sg},
"vpc_id": vpc,

"replication_group_description": replication_group_description,
"transit_encryption_enabled": transit_encryption_enabled,
"at_rest_encryption_enabled": at_rest_encryption_enabled,
"tags": map[string]string{
"project": project,
"env": env,
"service": service,
"owner": owner,
"managedBy": "terraform",
},

"preferred_cache_cluster_azs": []string{az},
"subnets": privateSubnets,
"ingress_security_group_ids": []string{sg},
"vpc_id": vpc,

"description": replication_group_description,
"transit_encryption_enabled": transit_encryption_enabled,
"at_rest_encryption_enabled": at_rest_encryption_enabled,
},
)
},
Expand Down

0 comments on commit 667468a

Please sign in to comment.