1
0
Fork 0
This commit is contained in:
Cedric Girard 2020-05-11 16:12:25 +02:00
parent c38b8b9fba
commit e3e47c84ea
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ provider "aws" {
}
resource "aws_instance" "cedric-res1" {
ami = "ami-01a6e31ac994bbc09"
ami = "ami-01a6e31ac994bbc09"
instance_type = "t2.micro"
key_name = "cedric"
key_name = "cedric"
tags = {
Name = "cedric-res1"
}