Commit a6a7dce Shohre Mansouri
committed
1 parent 52c67ae commit a6a7dce Copy full SHA for a6a7dce
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
# .tfstate files
5
5
* .tfstate
6
6
* .tfstate. *
7
+ * .log
7
8
8
9
# Crash log files
9
10
crash.log
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ variable "aws_access_key" {}
6
6
variable "aws_secret_key" {}
7
7
variable "private_key_path" {}
8
8
variable "key_name" {
9
- default = " PluralsightKeys "
9
+ default = " deployer-key "
10
10
}
11
11
12
12
# #################################################################################
@@ -16,15 +16,15 @@ variable "key_name" {
16
16
provider "aws" {
17
17
access_key = " ${ var . aws_access_key } "
18
18
secret_key = " ${ var . aws_secret_key } "
19
- region = " us-east-1 "
19
+ region = " ap-southeast-2 "
20
20
}
21
21
22
22
# #################################################################################
23
23
# RESOURCES
24
24
# #################################################################################
25
25
26
26
resource "aws_instance" "nginx" {
27
- ami = " ami-c58c1dd3 "
27
+ ami = " ami-e428d986 "
28
28
instance_type = " t2.micro"
29
29
key_name = " ${ var . key_name } "
30
30
You can’t perform that action at this time.
0 commit comments