terraform format

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-06-07 12:01:30 +01:00
parent a8446b989b
commit fdb3eb6286
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
6 changed files with 387 additions and 9 deletions

View file

@ -29,7 +29,7 @@ variable "ami_os" {
variable "ami_id" {
description = "AMI ID reference"
type = string
type = string
}
variable "ami_username" {