Skip to content

Commit

Permalink
Add fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Natarov authored and Vitaliy Natarov committed Jan 27, 2025
1 parent 2499802 commit 70895a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle_cloud/examples/core_vcn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "core_vcn" {
//core_subnet_privates_display_name = "private"
core_subnet_privates_cidr_blocks = ["10.0.0.0/24", "10.0.1.0/24"]
//core_subnet_publics_display_name = "public"
core_subnet_publics_cidr_blocks = ["10.0.10.0/24", "10.0.11.0/24"]
core_subnet_publics_cidr_blocks = ["10.0.10.0/24", "10.0.11.0/24"]

# RT
core_route_table_publics_display_name = "public-rt"
Expand Down

0 comments on commit 70895a4

Please sign in to comment.