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
A resource configuration defines environment-specific configuration for a Retool resource. This allows you to configure different connection settings, credentials, and options for a resource across different environments (e.g., production, staging, development).
5
+
For example, you might have a PostgreSQL resource that connects to different database instances in production vs. staging environments, each with different credentials and connection strings.
6
6
---
7
7
8
-
# retool_resource_configuration (Resource)
8
+
# Resource: retool_resource_configuration
9
9
10
10
A resource configuration defines environment-specific configuration for a Retool resource. This allows you to configure different connection settings, credentials, and options for a resource across different environments (e.g., production, staging, development).
-`resource_id` (String) The UUID or name of the resource to configure. Cannot be changed after creation.
95
68
-`environment_id` (String) The UUID of the environment for this configuration. Cannot be changed after creation.
96
69
-`options` (String, Sensitive) JSON string containing the environment-specific resource configuration options. The structure varies by resource type and mirrors the options structure used when creating a resource.
70
+
-`resource_id` (String) The UUID or name of the resource to configure. Cannot be changed after creation.
97
71
98
72
### Read-Only
99
73
100
-
-`id` (String) The UUID of the resource configuration.
101
74
-`created_at` (String) The timestamp when the resource configuration was created.
75
+
-`id` (String) The UUID of the resource configuration.
102
76
-`updated_at` (String) The timestamp when the resource configuration was last updated.
103
77
104
78
## Import
105
79
106
-
Resource configurations can be imported using their ID:
0 commit comments