Terraform
Terraform can manage existing and popular service providers, such as AWS, as well as custom in-house solutions.
It uses configuration files to describe the components necessary to run a single application or your entire datacenter.
It generates an execution plan describing what will happen to reach the desired state, and afterwards executes it to build the desired infrastructure. As the configuration changes, Terraform is able to determine the changes and create incremental execution plans which can be applied.
The infrastructure Terraform can manage includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS (Domain Name Service) entries, SaaS (Software as a Service) features.
Here are 8,109 public repositories matching this topic...
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Following example in the documentation:
resource "aws_db_proxy_target" "example" {
db_instance_identifier = aws_db_instance.example.id
db_proxy_name = aws_db_proxy.example.db_proxy_name
target_group_name = aws_db_proxy_default_target_group.example.name
}
fails with an exception:
Error: Unsupported attribute
on ../modules/rds/main.tf line 34, in resour
-
Updated
Jan 3, 2021
I'm currently working on a project where I have a number of different modules which make up our web application stack. We have many of these stacks defined, all of which pull from a set of top-level .hcl terragrunt files (one for each module). Some of these modules are optional for a given stack, in my case for example whether or not to enable AzureAD single sign-on is an optional, and is defined
Requesting that you add the new Gitlab Provider as a new VCS Provider.
See here for the provider details: https://registry.terraform.io/providers/gitlabhq/gitlab/latest
centos 8.x 支持计划
centos 8.2 已经发布了,想了解下对 centos 8.x 的支持计划大概是怎样的,谢谢。
-
Updated
Jan 13, 2021 - Shell
-
Updated
Jan 13, 2021 - HTML
-
Updated
Jan 19, 2021 - Rust
Describe the bug
The RDS checks in tfsec do not detect issues in usage of the RDS module available at: https://registry.terraform.io/modules/terraform-aws-modules/rds/aws/latest
To Reproduce
Steps to reproduce the behaviour:
- Create the following terraform file:
module "db" {
source = "terraform-aws-modules/rds/aws"
version = "~> 2.0"
identifier = "demodb"-
Updated
Jan 2, 2021
Do not allow action “*” or resources “*” in an IOT Policy
Example policies are here: https://docs.aws.amazon.com/iot/latest/developerguide/example-iot-policies.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-policy.html
https://www.terraform.io/docs/providers/aws/r/iot_policy.html
-
Updated
Jan 18, 2021 - Go
-
Updated
Sep 16, 2020
Feature request
support configurable Kubernetes service IP address range
What is the current behavior?
configurable Kubernetes service IP address range is not supported
What is the expected behavior?
Support this feature ( for reference CFN - https://docs
-
Updated
Jan 16, 2021 - HCL
-
Updated
Jan 18, 2021 - Python
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release 14 days ago
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia



Terraform Version
Terraform Configuration Files