File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ resource "retool_group" "production_apps_users" {
45
45
resource "retool_permissions" "production_apps_users" {
46
46
subject = {
47
47
type = "group"
48
- id = retool_folder .production_apps_users.id
48
+ id = retool_group .production_apps_users.id
49
49
}
50
50
permissions = [
51
51
{
@@ -98,7 +98,7 @@ resource "retool_group" "production_apps_users" {
98
98
resource "retool_permissions" "production_apps_users" {
99
99
subject = {
100
100
type = "group"
101
- id = retool_folder .production_apps_users.id
101
+ id = retool_group .production_apps_users.id
102
102
}
103
103
permissions = [
104
104
{
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resource "retool_group" "production_apps_users" {
20
20
resource "retool_permissions" "production_apps_users" {
21
21
subject = {
22
22
type = " group"
23
- id = retool_folder .production_apps_users.id
23
+ id = retool_group .production_apps_users.id
24
24
}
25
25
permissions = [
26
26
{
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resource "retool_group" "production_apps_users" {
17
17
resource "retool_permissions" "production_apps_users" {
18
18
subject = {
19
19
type = " group"
20
- id = retool_folder .production_apps_users.id
20
+ id = retool_group .production_apps_users.id
21
21
}
22
22
permissions = [
23
23
{
You can’t perform that action at this time.
0 commit comments