Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor repo tweaks #4

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ crash.log

# For built boxes
*.box

# IDEs
.idea/
4 changes: 2 additions & 2 deletions azure.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ source azure-arm ubuntu-x86-64 {
allowed_inbound_ip_addresses = [var.my_ip_address]
}

#TODO Not yet supported by Packer https://github.com/hashicorp/packer/issues/12188#issuecomment-1380736642
#TODO Not yet supported by Packer https://github.com/hashicorp/packer/issues/12188#issuecomment-1380736642
#source azure-arm ubuntu-arm64 {
# client_id = var.client_id
# client_secret = var.client_secret
Expand Down Expand Up @@ -73,4 +73,4 @@ source azure-arm ubuntu-x86-64 {
# vm_size = "Standard_D2ps_v5"
#
# allowed_inbound_ip_addresses = [var.my_ip_address]
#}
#}
3 changes: 1 addition & 2 deletions build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ build {
]
inline_shebang = "/bin/sh -x"
}

}
}
2 changes: 1 addition & 1 deletion plugins.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ packer {
version = ">=2.0.0"
}
}
}
}
1 change: 0 additions & 1 deletion variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ variable os_disk_size_gb {
type = number
default = 30
}