4340 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
33 results tagged terraform x
  • thumbnail
    default_tags always shows an update · Issue #18311 · hashicorp/terraform-provider-aws
    February 15, 2023 at 3:14:20 PM GMT+1 - permalink - archive.org - https://github.com/hashicorp/terraform-provider-aws/issues/18311
    issue tags terraform
  • thumbnail
    Using Private Git Repositories as Terraform Modules - Wahl Network
    December 7, 2022 at 12:12:04 PM GMT+1 - permalink - archive.org - https://wahlnetwork.com/2020/08/11/using-private-git-repositories-as-terraform-modules/
    git oauth terraform token
  • iam-policy-json-to-terraform - Easily convert AWS IAM policies to Terraform HCL

    via nedim

    November 24, 2022 at 9:33:44 AM GMT+1 * - permalink - archive.org - https://flosell.github.io/iam-policy-json-to-terraform/
    aws hcl iam json terraform
  • thumbnail
    How to change the name of a workspace - #2 by apparentlymart - Terraform - HashiCorp Discuss
     terraform workspace select old-name
        terraform state pull >old-name.tfstate
        terraform workspace new new-name
        terraform state push old-name.tfstate
        terraform show just to confirm that the newly-imported state looks "right", before we delete the old workspace
        terraform workspace delete -force old-name
    July 13, 2022 at 4:14:43 PM GMT+2 - permalink - archive.org - https://discuss.hashicorp.com/t/how-to-change-the-name-of-a-workspace/24010/2
    rename terraform workspace
  • thumbnail
    GitHub - hashicorp/terraform-ls: Terraform Language Server
    July 13, 2022 at 11:06:48 AM GMT+2 - permalink - archive.org - https://github.com/hashicorp/terraform-ls
    terraform vim
  • Crossplane

    Un Operator qui :

    • crée des CRDs pour chaque resource AWS existante (s3, ec2, rds.....)
    • crée les controler associés

    Du coup on peut créer des resources AWS avec kube (on peut se passer de terraform, on peut utiliser une CI/CD adaptée à déployer dans Kube)

    June 1, 2022 at 4:35:41 PM GMT+2 * - permalink - archive.org - https://crossplane.io/
    crd k8s terraform
  • thumbnail
    Terratest | Automated tests for your infrastructure code.
    April 30, 2022 at 8:28:51 PM GMT+2 - permalink - archive.org - https://terratest.gruntwork.io/
    terraform test
  • thumbnail
    Pulumi - Modern Infrastructure as Code
    April 22, 2022 at 1:20:51 PM GMT+2 * - permalink - archive.org - https://www.pulumi.com/
    framework terraform
  • thumbnail
    GitHub - lifeomic/terraform-plan-parser: Command line utility and JavaScript API for parsing stdout from "terraform plan" and converting it to JSON.
    February 18, 2022 at 9:30:51 AM GMT+1 - permalink - archive.org - https://github.com/lifeomic/terraform-plan-parser
    parser plan terraform
  • Note: terraform Interpolation-only expressions are deprecated

    :%s/("\${)//gc | %s/(}")//gc

    February 17, 2022 at 10:16:58 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?bnoJgw
    replace terraform
  • thumbnail
    loops - How to for_each through a list(objects) in Terraform 0.12 - Stack Overflow

    foreach list of objects

    [{
       name = "xxx"
       description = "xxx"
       param = "xxx"
    },
    ...
    ]
    for_each = {
        for item in var.items:
        item.name => item
      }
    
    name = each.key OU each.value.name
    description = each.value.description
    January 11, 2022 at 5:47:58 PM GMT+1 * - permalink - archive.org - https://stackoverflow.com/questions/58594506/how-to-for-each-through-a-listobjects-in-terraform-0-12
    foreach terraform
  • thumbnail
    GitHub - shuaibiyy/awesome-terraform: Curated list of resources on HashiCorp's Terraform
    November 26, 2021 at 11:01:29 AM GMT+1 - permalink - archive.org - https://github.com/shuaibiyy/awesome-terraform
    allsum awesome terraform
  • thumbnail
    Catch infrastructure drift - driftctl
    June 22, 2021 at 4:49:01 PM GMT+2 - permalink - archive.org - https://driftctl.com/
    drift terraform
  • thumbnail
    Default Tags in the Terraform AWS Provider

    woot! ça va etre tres utile

    May 17, 2021 at 9:39:54 AM GMT+2 - permalink - archive.org - https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider?s=09
    aws tag terraform
  • cloudposse/eks-node-group/aws | Terraform Registry

    vs https://registry.terraform.io/modules/cloudposse/eks-workers/aws/latest

    cluster : https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest

    March 2, 2021 at 3:19:39 PM GMT+1 * - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-node-group/aws/latest
    aws eks k8s terraform
  • cloudposse/eks-cluster/aws | Terraform Registry
    March 1, 2021 at 3:58:28 PM GMT+1 - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest?tab=inputs
    eks module terraform
  • thumbnail
    Terragrunt | Terraform wrapper
    January 6, 2021 at 9:43:08 AM GMT+1 - permalink - archive.org - https://terragrunt.gruntwork.io/
    terraform wrapper
  • thumbnail
    GitHub - env0/terratag: Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
    September 21, 2020 at 10:16:32 AM GMT+2 - permalink - archive.org - https://github.com/env0/terratag
    tag terraform
  • HashiCorp Terraform 0.12 Preview: For and For-Each

    for and for_each

    • https://learn.hashicorp.com/tutorials/terraform/for-each?utm_source=WEBSITE&utm_medium=WEB_BLOG&utm_offer=ARTICLE_PAGE
    September 10, 2020 at 10:33:43 AM GMT+2 - permalink - archive.org - https://www.hashicorp.com/blog/hashicorp-terraform-0-12-preview-for-and-for-each
    for for_each terraform
  • thumbnail
    GitHub - phzietsman/tft: terraform targeted applies made easy, aka making it easy to do dumb stuff.
    August 4, 2020 at 2:29:41 PM GMT+2 - permalink - archive.org - https://github.com/phzietsman/tft
    terraform
  • thumbnail
    GitHub - cycloidio/inframap: Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.
    July 17, 2020 at 10:06:28 AM GMT+2 - permalink - archive.org - https://github.com/cycloidio/inframap
    aws graph terraform
  • thumbnail
    GitHub - coinbase/terraform-landscape: Improve Terraform's plan output to be easier to read and understand
    June 4, 2020 at 10:18:32 AM GMT+2 - permalink - archive.org - https://github.com/coinbase/terraform-landscape
    plan terraform tools
  • thumbnail
    Moving Terraform Resources’ States from One Remote State to Another

    it works TM

    May 7, 2020 at 10:14:17 AM GMT+2 * - permalink - archive.org - https://medium.com/@lynnlin827/moving-terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996
    move state terraform
  • GitHub - apparentlymart/terraform-clean-syntax: A simple tool for Terraform language syntax cleanup, extending terraform fmt
    March 2, 2020 at 6:13:21 PM GMT+1 - permalink - archive.org - https://github.com/apparentlymart/terraform-clean-syntax
    syntax terraform
  • thumbnail
    Using Terraform for zero downtime updates of an Auto Scaling group in AWS
    October 17, 2019 at 11:32:39 AM GMT+2 - permalink - archive.org - https://medium.com/@endofcake/using-terraform-for-zero-downtime-updates-of-an-auto-scaling-group-in-aws-60faca582664
    asg aws terraform
  • thumbnail
    GitHub - claranet/terraform-aws-lambda: Terraform module for AWS Lambda functions
    September 2, 2019 at 9:53:13 AM GMT+2 - permalink - archive.org - https://github.com/claranet/terraform-aws-lambda
    aws lambda terraform
  • thumbnail
    How to use custom workflows and restrict actions by username · Issue #701 · runatlantis/atlantis · GitHub

    https://unix.stackexchange.com/questions/111508/bash-test-if-word-is-in-set

    July 24, 2019 at 9:17:28 AM GMT+2 * - permalink - archive.org - https://github.com/runatlantis/atlantis/issues/701
    atlantis terraform
  • Terraform: terraform_remote_state - Terraform by HashiCorp
    July 12, 2019 at 1:54:34 PM GMT+2 - permalink - archive.org - https://www.terraform.io/docs/providers/terraform/d/remote_state.html
    aws data terraform
  • Terraform `cidrsubnet` Deconstructed | It's Just Code
    May 31, 2019 at 6:18:07 PM GMT+2 - permalink - archive.org - http://blog.itsjustcode.net/blog/2017/11/18/terraform-cidrsubnet-deconstructed/
    network surbnet terraform
  • thumbnail
    GitHub - camptocamp/terraboard: A web dashboard to inspect Terraform States
    May 3, 2019 at 3:44:19 PM GMT+2 - permalink - archive.org - https://github.com/camptocamp/terraboard
    terraform
  • thumbnail
    GitHub - camptocamp/terraboard: A web dashboard to inspect Terraform States
    May 3, 2019 at 3:44:19 PM GMT+2 * - permalink - archive.org - https://github.com/camptocamp/terraboard
    audit board terraform
  • Terraform Pull Request Automation | Atlantis
    May 3, 2019 at 3:37:41 PM GMT+2 - permalink - archive.org - https://www.runatlantis.io/
    terraform
  • Terraform Pull Request Automation | Atlantis
    May 3, 2019 at 3:37:41 PM GMT+2 - permalink - archive.org - https://www.runatlantis.io/
    terraform
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation