Skip to content

Commit

Permalink
fix: Reduce comment size
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Jun 17, 2024
1 parent fd043c2 commit 7fc6276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "oci_core_instance" "instance" {

metadata = {
ssh_authorized_keys = var.public_key_path
# user_data = "${base64encode(file("./scripts/script.sh"))}" # Uncomment this line to use an instance deployment script. View and adapt the contents of the attached script.sh file.
# user_data = "${base64encode(file("./scripts/script.sh"))}" # Uncomment this line to use an instance deployment script.
}

}

0 comments on commit 7fc6276

Please sign in to comment.