deploy done
This commit is contained in:
1
main.tf
1
main.tf
@@ -11,6 +11,7 @@ terraform {
|
|||||||
|
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
region = var.aws_region
|
region = var.aws_region
|
||||||
|
profile = var.aws_profile
|
||||||
|
|
||||||
default_tags {
|
default_tags {
|
||||||
tags = {
|
tags = {
|
||||||
|
|||||||
BIN
plan.tfplan
Normal file
BIN
plan.tfplan
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
|||||||
|
variable "aws_profile" {
|
||||||
|
description = "Profil AWS a utiliser"
|
||||||
|
type = string
|
||||||
|
default = "ecole"
|
||||||
|
}
|
||||||
|
|
||||||
variable "aws_region" {
|
variable "aws_region" {
|
||||||
description = "Region AWS de deploiement"
|
description = "Region AWS de deploiement"
|
||||||
type = string
|
type = string
|
||||||
|
|||||||
Reference in New Issue
Block a user