Skip to content

Commit

Permalink
Merge pull request #20 from fabi200123/add-sec-group-option
Browse files Browse the repository at this point in the history
Update documentation with extra specs security_group_ids
  • Loading branch information
gabriel-samfira authored Nov 18, 2024
2 parents fe1b339 + 4c8e2f8 commit 9f168e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ To this end, this provider supports the following extra specs schema:
"type": "string",
"description": "The name of the Key Pair to use for the instance."
},
"security_group_ids": {
"type": "array",
"description": "The security groups IDs to associate with the instance. Default: Amazon EC2 uses the default security group.",
"items": {
"type": "string"
}
},
"disable_updates": {
"type": "boolean",
"description": "Disable automatic updates on the VM."
Expand Down Expand Up @@ -149,6 +156,7 @@ An example extra specs json would look like this:
{
"subnet_id":"subnet-0e7a29d5cf6e54789",
"ssh_key_name":"Garm-test",
"security_group_ids": ["sg-018c35963edfb1cce", "sg-018c35963edfb1cee"],
"disable_updates": true,
"enable_boot_debug": true,
"extra_context": {
Expand Down

0 comments on commit 9f168e3

Please sign in to comment.