Skip to content

Commit

Permalink
Update is_instance.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
BShrivastav committed Jul 20, 2022
1 parent e7512f1 commit b315522
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/docs/r/is_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Create, update, or delete a Virtual Servers for VPC instance. For more informati
region = "eu-gb"
}
```
-> **Allowed vNIC per profile.**
**&#x2022;** 2-16 vCPUs: Up to 5 vNICs </br> **&#x2022;** 17-48 vCPUs: Up to 10 vNICs </br> **&#x2022;** 49+ vCPUs: Up to 15 vNICs

## Example usage

### Sample for creating an instance in a VPC.
Expand Down Expand Up @@ -344,6 +343,9 @@ Review the argument references that you can specify for your resource.
- `name` - (Optional, String) The instance name.
- `network_interfaces` (Optional, Forces new resource, List) A list of more network interfaces that are set up for the instance.

-> **Allowed vNIC per profile.**
**&#x2022;** 2-16 vCPUs: Up to 5 vNICs </br> **&#x2022;** 17-48 vCPUs: Up to 10 vNICs </br> **&#x2022;** 49+ vCPUs: Up to 15 vNICs

Nested scheme for `network_interfaces`:
- `allow_ip_spoofing`- (Optional, Bool) Indicates whether IP spoofing is allowed on the interface. If **false**, IP spoofing is prevented on the interface. If **true**, IP spoofing is allowed on the interface.

Expand Down

0 comments on commit b315522

Please sign in to comment.