Feature update backend (#3)

* Update Terraform backend configuration and add backend.conf sample

---------

Co-authored-by: Damien A <sepales.pret0h@icloud.com>
This commit is contained in:
Damien A
2024-04-18 19:49:56 +02:00
committed by GitHub
parent 079e139795
commit 46dba077d0
6 changed files with 29 additions and 17 deletions

View File

@@ -1,9 +1,3 @@
provider "aws" {
region = var.AWS_REGION
access_key = var.AWS_ACCESS_KEY
secret_key = var.AWS_SECRET_KEY
}
resource "aws_security_group" "netlab_sg" {
name = "netlab_sg"