Skip to content

Commit

Permalink
comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoczatek authored May 15, 2020
1 parent 7cfa59f commit 1a88945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
# local.is_public_subnet referenced in compute.tf
is_public_subnet = var.subnet_type == var.subnet_type_enum["PUBLIC_SUBNET"] ? true : false

# Logic to select Oracle Autonomous Linux 7 platform image (latest image available)
# Logic to select Oracle Autonomous Linux 7 platform image (version pegged in data source filter)
platform_image_id = data.oci_core_images.autonomous_ol7.images[0].id

# Logic to choose a custom image or a marketplace image.
Expand Down

0 comments on commit 1a88945

Please sign in to comment.