Posts

Showing posts from May, 2022

Terraform : General

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Download Required version of Terraform : https://releases.hashicorp.com/terraform  wget https://releases.hashicorp.com/terraform +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Terrafrunt : Michael

Image
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Recording :  https://api-vo.jitsi.net/conference-history/v1/shared-recording/876de66a-2415-45ba-826a-dee0a5324e6aff3f346a-f25c-4821-9465-1e2f7ba8a5db https://github.com/8x8/auto_gitops_oci_workspaces_tree_main/tree/master/eightxeightmain/children/ops/children/production/resources  We are using Hasicorp Vault. vault.es.8x8.com    -- Okta login for this. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  auto_gitops_oci_workspaces_tree_main/eightxeightmain/children/ops/compartment Terragrunt runs on dry principle : Do not repeat yourself One of the key concept is the ability to share values between compartments , for example if I create something example networking - lets say we hand off the network configuration to our netops team, which we do , they define a subnet in their code somewhere it is going to have a OCID attached to it when you build an inst...