python-terrascript
python-terrascript copied to clipboard
Create Terraform files using Python scripts.
@ilons (I think!) had added this previously but I accidentally overwrote the ``.gitignore`` file deleting his changes. This issue is a reminder to re-add the relevant lines.
* Adding Python (raw) dicitionaries or lists * Subclassing Resources and Data Sources
Terraform added the `required_providers` block a while ago, and as of Terraform 0.14, it gives a warning at plan time if you don't have one. It'd be great if Terrascript...
Hello! We are long time customers and looking forward to see a new release! We have recently upgraded from 0.7.0 to 0.9.0 along with a terraform 0.11 -> 0.13 migration....
Re-write any examples as Jupyter Notebooks because they are better for documenting the examples and there's a plugin for ``nosetests`` so the examples can be covered by automated tests.
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...
## 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...
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...
Greetings. I'm using the vsphere provider, but i don't have clarify about how to use this provider through terrascript: Actually i'm using the following configuration: ``` config += data.vsphere_datacenter('dc', name...
``` (Pdb) self.cfg.locals *** AttributeError: 'Terrascript' object has no attribute 'locals' ```