Ilon Sjögren

Results 7 issues of Ilon Sjögren

Having this available as a provider that one can install using terraform makes sense. I thought it would make sense to try to get the excellent changes made by @kolikons...

I'm trying to perform string concatenation with variables, but are having some trouble to get it to work. **Actual Terraform**: ``` variable "env_prefix" { type = string description = "my...

enhancement
Priority: Medium

## TLDR azurerm provider have ben restructured, so that it does no get parsed properly ## Description So apparently Microsoft decided to refactor their [azurerm provider](https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/provider.go) with the side-effect that...

help wanted
Priority: Medium

In order for us to continue being able to build the project, we should as soon as possible migrate from travis-ci.org to travis-ci.com, as the .org service will be switched...

Priority: High

I'm trying to define my `terraform` resource to the configuration in multiple steps, first adding `backend`, and later add `required_version`. I'm not certain if this is a bug or feature...

enhancement
question

I'm trying to parse a cloudformation template into a troposphere template using the TemplateGenerator class. This works good for most parts, but I've ran into an issue where TemplateGenerator would...

### Describe the bug When calling the `describe_change_set` function on a `cloudformation` client for a stack with `IncludePropertyValues` set to `True`, the response does not include `StatusReason` if the change...

bug
cloudformation
service-api
p2