We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31886e1 commit 48c2b8fCopy full SHA for 48c2b8f
1 file changed
jenkins-terraform-pipeline/ec2_pipeline/main.tf
@@ -4,5 +4,5 @@ provider "aws" {
4
5
resource "aws_instance" "example" {
6
ami = "ami-0721c9af7b9b75114"
7
- instance_type = "t2.medium"
+ instance_type = "t2.nano"
8
}
0 commit comments