fmt
This commit is contained in:
parent
c38b8b9fba
commit
e3e47c84ea
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ provider "aws" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_instance" "cedric-res1" {
|
resource "aws_instance" "cedric-res1" {
|
||||||
ami = "ami-01a6e31ac994bbc09"
|
ami = "ami-01a6e31ac994bbc09"
|
||||||
instance_type = "t2.micro"
|
instance_type = "t2.micro"
|
||||||
key_name = "cedric"
|
key_name = "cedric"
|
||||||
tags = {
|
tags = {
|
||||||
Name = "cedric-res1"
|
Name = "cedric-res1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue