- Seattle
Pinned Loading
-
coreos-and-consul-cluster-via-terraform
coreos-and-consul-cluster-via-terraform PublicDeploy Your Own CoreOS and Consul Cluster on AWS via Terraform
-
CLI to add DNS Records in Route53
CLI to add DNS Records in Route53 1#!/bin/bash -eo pipefail
23## Allows for creation of "Basic" DNS records in a Route53 hosted zone
45function main() {
-
Terraform: taint all resources from ...
Terraform: taint all resources from one module 1#!/bin/bash
23module=$1
45for resource in `terraform show -module-depth=1 | grep module.${module} | tr -d ':' | sed -e 's/module.${module}.//'`; do
-
aws-sam-dev-workflow-example
aws-sam-dev-workflow-example PublicThis repo should help you get started authoring, testing, and deploying your own serverless web API using AWS Lambda, SAM, and DynamoDB, whether locally or in your own AWS account.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.