Verify the Topology

After Terraform applies the configuration, verify that the resources were created.

  1. Sign into the Oracle Cloud Infrastructure console.
  2. From the services menu, select Identity, and then select Compartments.
    The compartments that you specified in the configuration are displayed.
    For example, in terraform.tfvars, if you specified app_tag="myapp" and environment="dev", then compartments with the following names are created:
    • myapp_dev_admin
    • myapp_dev_business_logic
    • myapp_dev_database
    • myapp_dev_networks
    • myapp_dev_shared_services
  3. In the top navigation bar, select the region that you specified in terraform.tfvars.
  4. From the services menu, select Networking, and then select Virtual Cloud Networks.
  5. In the Compartment field in the left navigation pane, select the myapp_dev_networks compartment.
    The virtual cloud network (VCN), myapp_dev_vcn is displayed in the list of VCNs.
  6. Click the myapp_dev_vcn link.
    Under Resources in the left navigation pane, the number 1 is displayed in parentheses for Internet Gateway and NAT Gateway, indicating that these gateways are created for the VCN.
  7. From the services menu, select Identity, and then select Groups.
    The following groups are displayed:
    • DBAdmins.grp
    • IAMAdminManagers.grp
    • IAMManagers.grp
    • NetSecAdmins.grp
    • NetworkAdmins.grp
    • ReadOnly.grp
    • StorageAdmins.grp
    • SysAdmins.grp
  8. In the left navigation pane, click Policies.
    The following policies are displayed:
    • DBAdmins.pl
    • IAMAdminManagers.pl
    • IAMManagers.pl
    • NetSecAdmins.pl
    • NetworkAdmins.pl
    • ReadOnly.pl
    • StorageAdmins.pl
    • SysAdmins.pl