Skip to content

SlotifyApp/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

infra

This repo contains infrastructure as code. Currently, contains:

  • AWS CDK code for provisioning AWS infra
  • Terraform code for Microsoft Entra app registration

Setup

az login --allow-no-subscriptions

Terraform

Create a terraform/terraform.prod.tfvars file with the contents:

HOMEPAGE_URL = <HOMEPAGE_URL>
REDIRECT_URI = <REDIRECT_URL>
terraform plan -var-file=terraform.prod.tfvars # Dry-run, see what tf needs to do
terraform apply -var-file=terraform.prod.tfvars # Apply tf script
terraform output client_secret # view microsoft client secret

About

Contains infrastructure as code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •