Skip to content

Commit 63349fb

Browse files
committed
fix(policies): Fix name of the RO application
1 parent 15bc8ff commit 63349fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

access_ro.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "scaleway_iam_application" "ro" {
2-
name = format("SDB - %s - RW", var.name)
2+
name = format("SDB - %s - RO", var.name)
33
description = format("Read access to Serverless SQL Database %s", var.name)
44
}
55

0 commit comments

Comments
 (0)