Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform source Module #828

Open
rkATmsk opened this issue Aug 13, 2024 · 0 comments
Open

Terraform source Module #828

rkATmsk opened this issue Aug 13, 2024 · 0 comments

Comments

@rkATmsk
Copy link

rkATmsk commented Aug 13, 2024

Hi Team,

On this doc,

https://github.com/hlxsites/prisma-cloud-docs/blob/main/docs/en/enterprise-edition/policy-reference/supply-chain-policies/terraform-policies/ensure-terraform-module-sources-use-tag.adoc

We have terraform external modules, this get published internally, this code is still looking for version in the source ?

module "postgresql_flexible_firewall_rule" {
  source                 = "terraform.hosting.xxx.com/modules/postgresql-flexible-firewall-rule/azurerm3"
  version                = "~> 1.0"
  resource_group         = module.environment.resource_group_name
  postgres_server_id     = module.postgresql_flexible_server.id
  postgres_firewall_rule = var.database_ip_whitelist
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant