We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aec0f3 commit b075310Copy full SHA for b075310
infrastructure/backend.tf
@@ -0,0 +1,10 @@
1
+terraform {
2
+ backend "remote" {
3
+ hostname = "app.terraform.io"
4
+ organization = "mattertwo"
5
+
6
+ workspaces {
7
+ name = "mattertwo-github-io"
8
+ }
9
10
+}
infrastructure/main.tf
@@ -0,0 +1,14 @@
+ required_providers {
+ aws = {
+ source = "hashicorp/aws"
+ version = "~> 4.16"
+ required_version = ">= 1.2.0"
11
12
+provider "aws" {
13
+ region = "eu-west-2"
14
0 commit comments