Giter Site home page Giter Site logo

terraform's Introduction

Terraform

terraform's People

Contributors

dependabot[bot] avatar djspears avatar dommyjc avatar dstanic-pan avatar franklinjff avatar jasonmeurer avatar jasonmeurerpalo avatar mattmclimans avatar nembery avatar panwce avatar ptglynn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform's Issues

fw_common.tf seems to be broken

I get the following errors while running this file:

Additional Info:
Terraform 0.15.1
provider registry.terraform.io/hashicorp/azurerm v2.66.0

│ Error: Unsupported attribute │ │ on main.tf line 46, in module "common_fw": │ 46: nic1_backend_pool_id = [module.common_extlb.backend_pool_id] │ ├──────────────── │ │ module.common_extlb is a object, known only after apply │ │ This object does not have an attribute named "backend_pool_id". ╵

╷ │ Error: Unsupported attribute │ │ on main.tf line 47, in module "common_fw": │ 47: nic2_backend_pool_id = [module.common_intlb.backend_pool_id] │ ├──────────────── │ │ module.common_intlb is a object, known only after apply │ │ This object does not have an attribute named "backend_pool_id". ╵

│ Error: Unsupported attribute │ │ on main.tf line 71, in module "common_extlb": │ 71: network_interface_ids = module.common_fw.nic1_id │ ├──────────────── │ │ module.common_fw is a object, known only after apply │ │ This object does not have an attribute named "nic1_id".

╷ │ Error: Unsupported attribute │ │ on main.tf line 87, in module "common_intlb": │ 87: network_interface_ids = module.common_fw.nic2_id │ ├──────────────── │ │ module.common_fw is a object, known only after apply │ │ This object does not have an attribute named "nic2_id".

Encoding error on main.tf

Hi, just an FYI, when the main.tf file was uploaded previously, it has an encoding issue on Line 51 for the owners field of the data resource. Also, include seems to be an invalid TF argument, unless its supported on another version of TF. I checked the TF provider documentation and do not see an include option.

Thanks!

module load error

Hello,

I'm a bit new to terraform but i'm getting the following error when trying to init.

Error: Error loading modules: module ngfw1: Error parsing .terraform/modules/7d1791043736baffafabfc9b3b038300/main.tf: At 51:18: nested object expected: LBRACE got: ASSIGN

The 'include' on line 51 in vm-sereis/main.tf

Error: gcp adv_peering_4fw_2spoke ilb ip_address default value

Having a default value for the variable ip_address in ./modules/ilb/variables.tf casues errors:

terraform/gcp/adv_peering_4fw_2spoke (master) $ terraform apply
data.google_compute_zones.available: Refreshing state...

Error: could not parse "ip_address" to IP address

  on modules/ilb/main.tf line 23, in resource "google_compute_forwarding_rule" "default":
  23: resource "google_compute_forwarding_rule" "default" {



Error: could not parse "ip_address" to IP address

  on modules/ilb/main.tf line 23, in resource "google_compute_forwarding_rule" "default":
  23: resource "google_compute_forwarding_rule" "default" {

Yet, not having them casues other errors...

Missing NATGW routes in aws/GWLB-Demo

@djspears In the README image it shows routes in the NATGW subnets back to Endpoint-Outbound. There doesn't seem to be any code or manual steps mentioned to set this up. Without it, the outbound internet traffic (from outside the local VPC, i.e. a different TGW attachment) will show aged-out in the firewall UI as there isn't a return route.

Azure deps cause venv init failure

another deps issue.

Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-inm6tvcq/zope.interface/setup.py", line 26, in
from setuptools import setup, Extension, Feature
ImportError: cannot import name 'Feature'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.