Skip to content

Commit 28836ca

Browse files
chores: Fix syntax. (#3)
1 parent 8723707 commit 28836ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "scaleway_redis_cluster" "this" {
1313
password = var.user_password
1414

1515
# Cluster location
16-
zone = var.zone
16+
zone = var.zone
1717
project_id = var.project_id
1818

1919
# Network ACLs

0 commit comments

Comments
 (0)