Skip to content

Commit

Permalink
Switch AWS terraform example from CentOS8 image to RockyLinux8
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <kron82@gmail.com>
  • Loading branch information
kron4eg committed Feb 7, 2022
1 parent f53f288 commit db3649e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ variable "ami_filters" {
}

centos = {
owners = ["125523088429"] # CentOS
image_name = ["CentOS 8.* x86_64"]
osp_name = "osp-centos8"
owners = ["792107900819"] # RockyLinux
image_name = ["Rocky-8-ec2-*.x86_64"]
osp_name = "osp-centos"
}

flatcar = {
Expand Down

0 comments on commit db3649e

Please sign in to comment.