Commit ff3743ee authored by ulrich-sun's avatar ulrich-sun

update

parent c7ffe680
......@@ -14,8 +14,8 @@ locals {
source "amazon-ebs" "docker_image" {
access_key = "AKIAQBYPIPCM2GEEYPMF"
secret_key = "hiueG0rpr6l8whXT2Vb47A1mMdH+Y2AHsQvGj72m"
access_key = "PUT YOUR OWN"
secret_key = "PUT YOUR OWN"
ami_name = "docker_image_${local.timestamp}"
instance_type = "t2.medium"
region = "us-east-1"
......
......@@ -8,8 +8,8 @@ terraform {
}
provider "aws" {
region = "us-east-1"
access_key = "AKIAQBYPIPCM2GEEYPMF"
secret_key = "hiueG0rpr6l8whXT2Vb47A1mMdH+Y2AHsQvGj72m"
access_key = "PUT YOUR OWN"
secret_key = "PUT YOUR OWN"
}
module "services" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment