aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/getting_started_oci_free_tier.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-09-06 12:10:50 +0200
committerJulien Dessaux2021-09-06 12:10:50 +0200
commit4810cac2ae7853dd34bbfa9f3005f6223d8a78a3 (patch)
treed836e20e153a6c7bb63b354edb97184d29595e08 /content/blog/miscellaneous/getting_started_oci_free_tier.md
parentAdded oracle cloud article (diff)
downloadwww-4810cac2ae7853dd34bbfa9f3005f6223d8a78a3.tar.gz
www-4810cac2ae7853dd34bbfa9f3005f6223d8a78a3.tar.bz2
www-4810cac2ae7853dd34bbfa9f3005f6223d8a78a3.zip
Added precision on oracle article
Diffstat (limited to '')
-rw-r--r--content/blog/miscellaneous/getting_started_oci_free_tier.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/miscellaneous/getting_started_oci_free_tier.md b/content/blog/miscellaneous/getting_started_oci_free_tier.md
index c629339..a806674 100644
--- a/content/blog/miscellaneous/getting_started_oci_free_tier.md
+++ b/content/blog/miscellaneous/getting_started_oci_free_tier.md
@@ -126,7 +126,7 @@ resource "oci_core_subnet" "adyxax-production" {
### 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
data "oci_identity_availability_domains" "ads" {
compartment_id = var.oracle_tenancy_ocid