Documentation ¶ Index ¶ func CoreEnvironmentResourceSchema(ctx context.Context) schema.Schema type CoreEnvironmentModel Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CoreEnvironmentResourceSchema ¶ func CoreEnvironmentResourceSchema(ctx context.Context) schema.Schema Types ¶ type CoreEnvironmentModel ¶ type CoreEnvironmentModel struct { CreatedAt types.String `tfsdk:"created_at"` Id types.Int64 `tfsdk:"id"` Name types.String `tfsdk:"name"` Region types.String `tfsdk:"region"` } Source Files ¶ View all Source files core_environment_resource_gen.go Click to show internal directories. Click to hide internal directories.