The Wayback Machine - https://web.archive.org/web/20220613120940/https://github.com/topics/infrastructure-as-code
Skip to content
#

infrastructure-as-code

Here are 1,547 public repositories matching this topic...

reedacus25
reedacus25 commented Mar 30, 2022

Description
I tried to use the state aptpkg.held as shown in the documentation, only for that state to apparently not exist.

I tried looping through state modules such as apt, pkg, and aptpkg with hold and held states, to find apt.held as the actually correct usage.

$ for major in apt pkg ap
Documentation severity-medium help-wanted doc-correction
itaysk
itaysk commented Jun 8, 2022

currently we have a version selector for every git tag, which is unnecessary overhead on the user. It is not needed from documentation perspective as there aren't (shouldn't be) any docs change in patch versions, only for new/changed features.

before:
v0.27.0, v0.27.1, v0.27.2, v0.28.0
after
v0.27, v0.28

good first issue kind/documentation kind/feature
guilhermebc
guilhermebc commented Jun 9, 2022

Describe the feature

Thinking about dynamic infrastructure solutions where some resources are reused, such as a bucket to serve several cloudfront distributions permissioned via OriginAccessIdentity, the need was found to have a method for reading OriginAccessIdentities already created.

Use Case

I always get frustrated when I need to read or create dynamic CDNs and link to a unique buck

good first issue p2 @aws-cdk/aws-cloudfront effort/small
infracost
Joerg-L
Joerg-L commented May 19, 2022

When setting INFRACOST_CURRENCY=EUR the format of the currency values is not correct.

Current Format

  • Example in USD $3,938.10
  • Example in EUR €3,736.11

Expected format

  • Example in EUR: 3.736,11€

To make it as flexible as possible, it would be helpfull do define an addition environment variable to define the logic like

  • EUR: XXX.XXX,00
  • USD: XXX,XXX.00

USD can be

enhancement good first issue
harishachappa
harishachappa commented Jun 6, 2022

Describe the issue
Checkov skips terraform file when it can't parse a file. When you are using checkov in gitlab ci pipeline with junitxml output, it will be better to include such erros in 'Errors' list instead of ignoring them.

Examples

resource "aws_alb" "alb" {
  name                             = "foobar-nlb"
  load_balancer_type               = "network"
  enable_cross_z
good first issue outputs
terrascan
adegoodyer
adegoodyer commented Aug 11, 2021
  • terrascan version: 1.9.0
  • terraform version: 1.0.1

Enhancement Request

Other security scanning tools (e.g. checkov and tfsec) have a --soft-fail flag or equivalent option that allows you to always exit with 0 status.

Extremely useful when running the tool without halting a pipeline for example.

I currently use a workaround, but something more concrete would be very desira

huanjani
huanjani commented Mar 29, 2022

The --prod flag has been deprecated, so we should not show that field in the output of the env show command, or in our docs:

https://aws.github.io/copilot-cli/docs/concepts/environments/
https://aws.github.io/copilot-cli/docs/commands/env-show/

type/documentation good first issue size/S
driftctl

🚀 Geodesic is a DevOps Linux Toolbox in Docker. We use it as an interactive cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/

  • Updated Jun 13, 2022
  • Shell

Improve this page

Add a description, image, and links to the infrastructure-as-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infrastructure-as-code topic, visit your repo's landing page and select "manage topics."

Learn more