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
    15 février 2023 à 15:14:20 UTC+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
    7 décembre 2022 à 12:12:04 UTC+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

    24 novembre 2022 à 09:33:44 UTC+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
    13 juillet 2022 à 16:14:43 UTC+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
    13 juillet 2022 à 11:06:48 UTC+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)

    1 juin 2022 à 16:35:41 UTC+2 * - permalink - archive.org - https://crossplane.io/
    crd k8s terraform
  • thumbnail
    Terratest | Automated tests for your infrastructure code.
    30 avril 2022 à 20:28:51 UTC+2 - permalink - archive.org - https://terratest.gruntwork.io/
    terraform test
  • thumbnail
    Pulumi - Modern Infrastructure as Code
    22 avril 2022 à 13:20:51 UTC+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.
    18 février 2022 à 09:30:51 UTC+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

    17 février 2022 à 10:16:58 UTC+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
    11 janvier 2022 à 17:47:58 UTC+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
    26 novembre 2021 à 11:01:29 UTC+1 - permalink - archive.org - https://github.com/shuaibiyy/awesome-terraform
    allsum awesome terraform
  • thumbnail
    Catch infrastructure drift - driftctl
    22 juin 2021 à 16:49:01 UTC+2 - permalink - archive.org - https://driftctl.com/
    drift terraform
  • thumbnail
    Default Tags in the Terraform AWS Provider

    woot! ça va etre tres utile

    17 mai 2021 à 09:39:54 UTC+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

    2 mars 2021 à 15:19:39 UTC+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
    1 mars 2021 à 15:58:28 UTC+1 - permalink - archive.org - https://registry.terraform.io/modules/cloudposse/eks-cluster/aws/latest?tab=inputs
    eks module terraform
  • thumbnail
    Terragrunt | Terraform wrapper
    6 janvier 2021 à 09:43:08 UTC+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
    21 septembre 2020 à 10:16:32 UTC+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
    10 septembre 2020 à 10:33:43 UTC+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.
    4 août 2020 à 14:29:41 UTC+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