Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 534 Bytes

File metadata and controls

38 lines (24 loc) · 534 Bytes
page_title subcategory description
snowflake_role Resource - terraform-provider-snowflake

Resource snowflake_role

Example Usage

resource snowflake_role role {
  name    = "role1"
  comment = "A role."
}

Schema

Required

  • name (String, Required)

Optional

  • comment (String, Optional)
  • id (String, Optional) The ID of this resource.

Import

Import is supported using the following syntax:

terraform import snowflake_role.example roleName