🧠 AWS VPC Subnet auto-provisioning status - prod.logic.yaml🟠🟢
- Contextual name: 🧠 prod.logic.yaml🟠🟢
- ID:
/ce/ca/automated-provisioning/aws-vpc-subnet/prod.logic.yaml - Tags:
Uses
Test Results 🟢
Generated at: 2026-09-22T15:05:17.317779180Z Open
| Result | Id | Condition Index | Condition Text | Runtime Error |
|---|---|---|---|---|
| 🟢 | test-aws-cloudformation-stack-tags | ✔️ 199 | ✔️ CA10__tagsJson__c.hasExact(bytes('aws:cloudformation:logical-id')) && CA10__tagsJson__c.hasExact(bytes('aws:cloudformation:stack-id')) && CA10__tagsJson__c.hasExact(bytes('aws:cloudformation:stack-name')) | ✔️ null |
| 🟢 | test-partial-aws-cloudformation-tags | ✔️ 700 | ✔️ otherwise | ✔️ null |
| 🟢 | test-aws-servicecatalog-portfolioarn | ✔️ 299 | ✔️ CA10__tagsJson__c.hasExact(bytes('aws:servicecatalog:portfolioArn')) | ✔️ null |
| 🟢 | test-aws-servicecatalog-productarn | ✔️ 399 | ✔️ CA10__tagsJson__c.hasExact(bytes('aws:servicecatalog:productArn')) | ✔️ null |
| 🟢 | test-aws-servicecatalog-provisioningprincipalarn | ✔️ 499 | ✔️ CA10__tagsJson__c.hasExact(bytes('aws:servicecatalog:provisioningPrincipalArn')) | ✔️ null |
| 🟢 | test-aws-servicecatalog-provisionedproductarn | ✔️ 599 | ✔️ CA10__tagsJson__c.hasExact(bytes('aws:servicecatalog:provisionedProductArn')) | ✔️ null |
| 🟢 | test-aws-servicecatalog-provisioningartifactidentifier | ✔️ 699 | ✔️ CA10__tagsJson__c.hasExact(bytes('aws:servicecatalog:provisioningArtifactIdentifier')) | ✔️ null |
| 🟢 | test-no-supported-automated-provisioning-tags | ✔️ 700 | ✔️ otherwise | ✔️ null |
Generation Bundle
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/automated-provisioning/aws-vpc-subnet/policy.yaml | 9D70B3AAB2747C3A641D853F3FD24579 |
| Open | /ce/ca/automated-provisioning/aws-vpc-subnet/prod.logic.yaml | 108944C640137B55444FFD7611F6CE35 |
| Open | /ce/ca/automated-provisioning/aws-vpc-subnet/test-data.json | D06AA86DCA7BA19BF944DF1C303FBBCA |
Available Commands
repo-manager policies generate FULL /ce/ca/automated-provisioning/aws-vpc-subnet/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/automated-provisioning/aws-vpc-subnet/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/automated-provisioning/aws-vpc-subnet/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/automated-provisioning/aws-vpc-subnet/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/automated-provisioning/aws-vpc-subnet/prod.logic.yaml
Content
---
inputType: "CA10__CaAwsSubnet__c"
testData:
- file: "test-data.json"
conditions:
- status: "COMPLIANT"
currentStateMessage: "The automated provisioning source is AWS CloudFormation."
check:
AND:
args:
- TAG_EXISTS:
name:
BYTES: "aws:cloudformation:logical-id"
- TAG_EXISTS:
name:
BYTES: "aws:cloudformation:stack-id"
- TAG_EXISTS:
name:
BYTES: "aws:cloudformation:stack-name"
- status: "COMPLIANT"
currentStateMessage: "The automated provisioning source is AWS Service Catalog."
check:
TAG_EXISTS:
name:
BYTES: "aws:servicecatalog:portfolioArn"
- status: "COMPLIANT"
currentStateMessage: "The automated provisioning source is AWS Service Catalog."
check:
TAG_EXISTS:
name:
BYTES: "aws:servicecatalog:productArn"
- status: "COMPLIANT"
currentStateMessage: "The automated provisioning source is AWS Service Catalog."
check:
TAG_EXISTS:
name:
BYTES: "aws:servicecatalog:provisioningPrincipalArn"
- status: "COMPLIANT"
currentStateMessage: "The automated provisioning source is AWS Service Catalog."
check:
TAG_EXISTS:
name:
BYTES: "aws:servicecatalog:provisionedProductArn"
- status: "COMPLIANT"
currentStateMessage: "The automated provisioning source is AWS Service Catalog."
check:
TAG_EXISTS:
name:
BYTES: "aws:servicecatalog:provisioningArtifactIdentifier"
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "The automated provisioning source is not identified by supported AWS-managed tag signals."
remediationMessage: "Review the automated provisioning source, ownership, and expected management workflow."