terraform-provider-alks icon indicating copy to clipboard operation
terraform-provider-alks copied to clipboard

Terraform Provider for ALKS

Results 13 terraform-provider-alks issues
Sort by recently updated
recently updated
newest added

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20211112202133-69e39bad7dc2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Issue came up when we need to add "edgelambda.amazonaws.com" to existing lambda role's trust policy ( which already contains "lambda.amazonaws.com" as a principal ) it's required for all lambda edge...

If the ALKS provider is defined and resources are used but no provider config is given there is a very vague error message returned. ``` │ Error: Missing required argument...

enhancement

In https://github.com/Cox-Automotive/terraform-provider-alks/blob/98820043caf4accc941b3daebe7333bc58b8a548/resource_alks_iamrole_test.go#L651-L658 the variable name indicates that perhaps no `max_session_duration_in_seconds` should be provided. I think the test at https://github.com/Cox-Automotive/terraform-provider-alks/blob/98820043caf4accc941b3daebe7333bc58b8a548/resource_alks_iamrole_test.go#L327-L328 was supposed to check for a default value, but as written,...

I would like to manage the max_sessions_duration of a iam role through terraform. This is supported in the native aws provider. Is this something we can add?

enhancement

I had an ALKS-related problem while trying to initialize a terraform project after following the plugin installation instructions. I think the [local installation page](https://github.com/Cox-Automotive/terraform-provider-alks/blob/7c82feabae86193ef9a466357457858ba06719ab/docs/guides/local_installation.md) instructs to download the wrong version:...

### Plan ``` # alks_iamrole.ec2-role must be replaced +/- resource "alks_iamrole" "ec2-role" { ~ arn = "arn:aws:iam::247721768464:role/acct-managed/ec2-widget-tunnel-us-east-1" -> (known after apply) ~ id = "ec2-widget-tunnel-us-east-1" -> (known after apply) ~...

bug

GitHub tie-in for Slack needs an org owner for GitHub.com

bug