Skip to content

Commit

Permalink
fix ami
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne-Flore committed Nov 4, 2022
1 parent d51ebaf commit 6b3adcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data "aws_ami" "webserver_ami" {

filter {
name = "name"
values = ["ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-*"]
values =["ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*"]
}

filter {
Expand Down
2 changes: 1 addition & 1 deletion iac/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "aws_region" {
variable "aws_profile" {
type = string
description = "Name of the AWS profile in ~/.aws/credentials"
default = "padok_supelec"
default = "padok-supelec"
}

variable "environment" {
Expand Down

0 comments on commit 6b3adcb

Please sign in to comment.