-
SumerSports
- OKC
Pinned Loading
-
AWS Cloudshell init script
AWS Cloudshell init script 1#!/bin/sh
2defaultUser="ImIOImI"
3defaultEmail="troy.knapp@gmail.com"
45rsaKeyFile=/home/cloudshell-user/.ssh/id_rsa
-
Simple Terraform 12 Map Example
Simple Terraform 12 Map Example 1####Simple Map example####
2output "out" {
3value = var.project-map[var.environment]
4}
5 -
Delete Terraform State By Simple Pat...
Delete Terraform State By Simple Pattern 1param (
2[Parameter(Mandatory=$true)][string]$Pattern = "*"
3)
4$currentState = terraform state list
5 -
Add Terraform workspace to command p...
Add Terraform workspace to command prompt when using Posh-Git 1$GitPromptSettings.DefaultPromptPrefix.Text = '$(if(Test-Path -Path ".terraform"){terraform workspace show}) '
2$GitPromptSettings.DefaultPromptPrefix.ForegroundColor = [ConsoleColor]::Magenta
-
-
Simple Powershell script for switchi...
Simple Powershell script for switching a named profile into the default profile 1Param(
2[Parameter(Mandatory = $false)][string]$profile = ""
3)
45if ($profile -eq "")
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.