hlxsites / hlxsites/prisma-cloud-docs

Terraform source Module

Open
#828 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
21
Forks
92
PR merge metrics
No merged PRs in 30d

Description

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
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.