-
` IFS=$'\n' commits=($(git log --format=%s ${{ github.event.before }}..${{ github.event.after }}))` Doesn't allow for force pushes to fix the commit message.
```
Run IFS=$'\n' commits=($(git log…
-
Customers have use-cases that may involve bringing their own resources (for example, an existing hub configuration)
Would like to refactor the bicep/terraform templates to accommodate for optional in…
-
I have having following issue with v4.3.0 and upwards. Looking like base_url value is empty. You can see api url is missing 'okta.com' base url part. To work around that I set following env var and it…
-
### What
Govcloud does not have the ability to hast public route53 resources. Per [AWS' docs on route53](https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/setting-up-route53.html), you need to…
-
Hi, I tried searching but didn't come across anything for this (#89 might be closest).
We have certain updates that we make where we can sometimes trigger a large number of plans across many projec…
-
Add ability to post the markdown as a job summary: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
-
Refactor Terraform to have a better structure and to integrate better with the workflows.
- [x] store in GitHub action repository the following variables:
AZURE_GROUP_NAME
AZURE_LOCATION
…
-
### Terraform CLI and Provider Versions
terraform {
required_version = ">= 1.5"
backend "http" {
}
required_providers {
snowflake = {
source = "Snowflake-Labs/snowflake"
…
-
minor nitpicks from https://github.com/iterative/terraform-provider-iterative/issues/258#issuecomment-1051948425:
### p2-nice-to-have
* [ ] Escape `rclone` connection strings properly https://gi…
-
### What happened?
Changed the type of a server from an ARM one to an x86 one. Terraform output:
```
# module.kubernetes-cluster.hcloud_server.worker[1] will be updated in-place
resource "hclou…