Skip to content

Commit

Permalink
remove obsolete creds vars and update ami id
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvdg committed Sep 4, 2024
1 parent c6d3232 commit b142567
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions aws/terraform/vars.tf
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
variable "aws_access_key" {
type = string
description = "AWS access key"
sensitive = true
}

variable "aws_secret_key" {
type = string
description = "AWS secret key"
sensitive = true
}

variable "ami_id" {
description = "ID of the AMI"
default = "ami-007a81f5aab7de049"
// new AMI from 2024-07-04 ami-09564fc493f107560
default = "ami-09652ef7f1166e7d3"
// new AMI from 2024-09-04 ami-09652ef7f1166e7d3
}

variable "ssh_key_name" {
Expand Down

0 comments on commit b142567

Please sign in to comment.