GithubHelp home page GithubHelp logo

eltonarodrigues / fiap-tech-challenge-soat-terraform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diorgeneseugenio/fiap-tech-challenge-soat-terraform

0.0 0.0 0.0 51 KB

Repositório exclusivo para provisionamento da infraestrutura para a aplicação fiap-tech-challenge-soat

License: Apache License 2.0

HCL 100.00%

fiap-tech-challenge-soat-terraform's Introduction

FIAP - SOAT - Tech Challenge - Terraform / EKS

Repositório exclusivo para provisionamento da infraestrutura para a aplicação fiap-tech-challenge-soat em ambiente AWS.

Terraform AWS

Verifique as configuracoes do versions.tf e coloque o s3 e tabela do dynamodb para o lock

  backend "s3" {
    bucket         = "api-gateway-tf-state2"
    key            = "api-gateway/terraform.tfstate"
    region         = "us-east-1"
    encrypt        = true
    dynamodb_table = "test-terraform-fiap-tech-lock"
  }

Deploy:

terraform init
terraform plan
terraform apply

EKS + localstack

Dentro do diretorio local-eks se encontra os arquivos do EKS, sendo possivel executar localmente junto do localstack:

Para executar todos os MS localmente:

kubectl apply -R -f local-eks/
  • Deve realizar o build e o push de todas as imagens dos microservicos
  • Em caso de deploy sem o localstack deve se atualizar o secrets.yml e subir sem o deployment da pasta localstack

fiap-tech-challenge-soat-terraform's People

Contributors

diorgeneseugenio avatar eltonarodrigues avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.