Added precision on oracle article
This commit is contained in:
parent
83be482e89
commit
4810cac2ae
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ resource "oci_core_subnet" "adyxax-production" {
|
||||||
|
|
||||||
### Instances
|
### Instances
|
||||||
|
|
||||||
Here is how to create the two always free tier instances. The tricky part was to understand how ipv6 addresses are like second class citizens on oracle cloud :
|
Here is how to create the two always free tier instances, each in a different fault domain. The tricky part was to understand how ipv6 addresses are like second class citizens on oracle cloud :
|
||||||
```hcl
|
```hcl
|
||||||
data "oci_identity_availability_domains" "ads" {
|
data "oci_identity_availability_domains" "ads" {
|
||||||
compartment_id = var.oracle_tenancy_ocid
|
compartment_id = var.oracle_tenancy_ocid
|
||||||
|
|
Loading…
Add table
Reference in a new issue