You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.`,
71
+
Type: schema.TypeString,
72
+
Optional: true,
73
+
ConflictsWith: []string{"folder_id"},
74
+
Description: `The numeric ID of the organization this project belongs to. Changing this forces a new project to be created. Only one of org_id or folder_id may be specified. If the org_id is specified then the project is created at the top level. Changing this forces the project to be migrated to the newly specified organization.`,
75
75
},
76
76
"folder_id": {
77
-
Type: schema.TypeString,
78
-
Optional: true,
79
-
Computed: true,
80
-
StateFunc: parseFolderId,
81
-
Description: `The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.`,
77
+
Type: schema.TypeString,
78
+
Optional: true,
79
+
StateFunc: parseFolderId,
80
+
ConflictsWith: []string{"org_id"},
81
+
Description: `The numeric ID of the folder this project should be created under. Only one of org_id or folder_id may be specified. If the folder_id is specified, then the project is created under the specified folder. Changing this forces the project to be migrated to the newly specified folder.`,
0 commit comments