Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Pouliot committed May 21, 2024
1 parent d6088b3 commit 73fdeaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 1 addition & 7 deletions examples/opensuse/cloud-init.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@ packages:
- rsync
- git

groups:
- docker
system_info:
default_user:
groups: [docker]

runcmd:
- echo 'Ampere T2A SLES 15 Example' >> /etc/motd
- echo 'Ampere T2A OpenSuse Leap Example' >> /etc/motd
1 change: 0 additions & 1 deletion examples/opensuse/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ output "ampere_t2a_private_ips" {
output "ampere_t2a_public_ips" {
value = module.ampere-t2a.ampere_t2a_public_ips
}
~
3 changes: 1 addition & 2 deletions images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ locals {
startup_script = file("${local.startup_script_template_file}")
}
fedoracoreos = {
os_image = "fedora-coreos-40-20240504-3-0-gcp-aarch64"
# os_image = "fedora-coreos-stable-arm64"
os_image = "fedora-coreos-stable-arm64"
default_os_user = "core"
startup_script = null
}
Expand Down

0 comments on commit 73fdeaf

Please sign in to comment.