OpenMined / PyGrid-deprecated---see-PySyft-

A Peer-to-peer Platform for Secure, Privacy-preserving, Decentralized Data Science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PyGrid CLI] Deployment Failure : Unsupported Attribute

victorperezc opened this issue · comments

Description

When deploying a Domain via PyGrid CLI to AWS terraform raises the following error

Error: Unsupported attribute

  on main.tf.json line 511, in output.load_balancer_dns:
 511:       "value": "${module.pygrid_load_balancer.this_elb_dns_name}",

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

The error seems to be originated on this line.

Attempted fix

Replacing this_elb_dns_name by elb_dns_name removes the error.

How to Reproduce

  1. Deploy a domain to AWS via PyGrid CLI

Screenshots

Screenshot 2021-05-07 at 14 59 24

System Information

  • OS: Mac OS Big Sur
  • OS Version: 11.2.3
  • Language Version: Python 3.9