? yea idk either

This commit is contained in:
shockrah 2021-11-25 00:10:07 -08:00
parent 314e86704f
commit fbf6016d14
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
variable "aws_key" {}
variable "aws_secret" {}
variable "aws_region" {}
variable "ami_id" {}
provider "aws" {
access_key = var.aws_key

View File

@ -1,7 +1,8 @@
resource "aws_route_table" "crete_route_table" {
vpc_id = aws_vpc.athens_vpc.id
route {
cidr_block = var.crete_cidr
# ????
cidr_block = "0.0.0.0/0"
gateway_id = aws_internet_gateway.athens_gateway.id
}
tags = {