Skip to content

Commit e0ff9c9

Browse files
committed
terraform/OCI: Run "terraform fmt" on main.tf
Reviewed-by: Luis Chamberlain <[email protected]> Reviewed-by: Chandan Babu R <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent 46258e3 commit e0ff9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/oci/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ resource "oci_core_instance" "kdevops_instance" {
1919
shape = var.oci_shape
2020
shape_config {
2121
memory_in_gbs = var.oci_instance_flex_memory_in_gbs
22-
ocpus = var.oci_instance_flex_ocpus
22+
ocpus = var.oci_instance_flex_ocpus
2323
}
2424
source_details {
25-
source_id = var.oci_os_image_ocid
25+
source_id = var.oci_os_image_ocid
2626
source_type = "image"
2727
}
2828

0 commit comments

Comments
 (0)