985 B
985 B
layout | page_title | sidebar_current | description |
---|---|---|---|
scaleway | Scaleway: security_group | docs-scaleway-resource-security_group | Manages Scaleway security groups. |
scaleway_security_group
Provides security groups. This allows security groups to be created, updated and deleted. For additional details please refer to API documentation.
Example Usage
resource "scaleway_security_group" "test" {
name = "test"
description = "test"
}
Argument Reference
The following arguments are supported:
name
- (Required) name of security groupdescription
- (Required) description of security group
Field name
, description
are editable.
Attributes Reference
The following attributes are exported:
id
- id of the new resource
Import
Instances can be imported using the id
, e.g.
$ terraform import scaleway_security_group.test 5faef9cd-ea9b-4a63-9171-9e26bec03dbc