KoenR3 opened a new pull request #7887:
URL: https://github.com/apache/pulsar/pull/7887


   Fixes #5869
   
   ### Motivation
   
   The Terraform code in the deployment example is deprecated with newer 
Terraform versions. Newever versions such as 0.13 also no longer offer support 
for the AWS provider that is added as a requirement.
   
   ### Modifications
   
   - Removed string interpolation from all variables and resource names that do 
not need string interpolation (deprecated in Terraform)
   - Defined tags as a block with "=" as the old version is no longer supported
   - Use of the general splat operator that is present since 0.12 to call  
aws_instance.proxy[*].id in aws_elb
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API: no
     - The schema: ( no 
     - The default values of configurations:  no
     - The wire protocol:  no
     - The rest endpoints:  no
     - The admin cli options: no
     - Anything that affects deployment: yes
   
   ### Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable 
     - If a feature is not applicable for documentation, explain why? There is 
no new feature
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to