Questions tagged [terraform-registry]
6 questions
2
votes
1 answer
Store terraform module in a private registry benefit?
We have multiple aws modules in git and when we use a module in other project we specify the path of the module in git as a source like this:
module "module_name" {
source =…

nael.fridhi
- 141
- 1
- 9
1
vote
1 answer
Does Terraform Version Have To Change With Each Terraform Module Code Change?
In general, I love using the terraform registry, but was thinking about if a module owner can publish a version of the same package twice, IE. a version upgrade without a version change.
I am a little weary of using packages from sources that I…

mkonkolowicz
- 43
- 5
1
vote
0 answers
Custom Terraform provider out of sync on Terraform Registry
I am facing some issues with the synchronization of my new Terraform provider.
I created a Terraform provider (available at https://github.com/just1not2/terraform-provider-haproxy) and I started publishing it on the Terraform registry (available at…

Justin
- 11
- 1
1
vote
0 answers
Why does Terraform Registry not find public repos from GitHub organization?
So my GitHub organization has granted "No private access" to the Terraform Registry.
Then, why does it cause Terraform to not see the public repositories from my organization?
I think Terraform Registry should be able to access public repositories…

Rakib
- 12,376
- 16
- 77
- 113
0
votes
1 answer
GitHub Release Workflow Is Not Working and Is No Longer Running
I am making a custom terraform provider for my organization.
I was following the instructions here:
https://www.terraform.io/registry/providers/publishing?_ga=2.233394398.119722977.1642457969-242172196.1631994131
In the section where it mentions…

R. Barrett
- 685
- 11
- 34
0
votes
2 answers
How can I add domain names to my terraform configuration
I want to Add domain to listener rule in addition to paths. What arguments should I use for the same.
resource "aws_alb_listener_rule" "service" {
listener_arn = var.alb_listener_arn
action {
type = "forward"
target_group_arn…

Tanu
- 1,286
- 4
- 16
- 35