4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
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
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation