Skip to content

Commit

Permalink
test: new variable is required
Browse files Browse the repository at this point in the history
  • Loading branch information
zucchinidev committed May 20, 2024
1 parent 4ec4e7a commit 61e2f55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform-tests/s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ var _ = Describe("S3", Label("S3-terraform"), Ordered, func() {
"ol_configuration_default_retention_mode": nil,
"ol_configuration_default_retention_days": nil,
"ol_configuration_default_retention_years": nil,
"labels": map[string]any{"k1": "v1"},
"require_tls": false,
"labels": map[string]any{"k1": "v1"},
"require_tls": false,
"allowed_aws_vpc_id": "",
}
})

Expand Down

0 comments on commit 61e2f55

Please sign in to comment.