azurenoops / ref-scca-enclave-landing-zone-starter

A reference implementation of an SCCA-compliant Mission Enclave landing zone that supports running Azure PaaS services using Azure NoOps.
2 stars 7 forks source link

Missing SUBNET_IDS_NAMES #62

Closed matross-gh closed 10 months ago

matross-gh commented 10 months ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

  1. Sign-In to your GitHub account
  2. Navigate to https://github.com/azurenoops/ref-scca-enclave-landing-zone-starter
  3. Click on Fork, then + Create a new fork
  4. Complete the Fork process and navigate back to your GitHub overview page
  5. Review ref-scca-enclave-landing-zone-starter is displayed on your overview page and is forked from azurenoops/ref-scca-enclave-landing-zone-starter
  6. Execute Terraform Plan

Any log messages given by the failure

Error: Unsupported attribute

on modules/05-landing_zone/output.tf line 82, in output "identity_default_subnet_names": 82: value = module.mod_ops_network.subnet_ids_names ├──────────────── │ module.mod_ops_network is a object

This object does not have an attribute named "subnet_ids_names".

Error: Unsupported attribute

on modules/05-landing_zone/output.tf line 103, in output "operations_default_subnet_names": 103: value = module.mod_ops_network.subnet_ids_names ├──────────────── │ module.mod_ops_network is a object

This object does not have an attribute named "subnet_ids_names".

Error: Unsupported attribute

on modules/05-landing_zone/output.tf line 151, in output "devsecops_default_subnet_names": 151: value = module.mod_devsecops_network.subnet_ids_names ├──────────────── │ module.mod_devsecops_network is a object

This object does not have an attribute named "subnet_ids_names".

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.