You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/28 16:56:10 UTC

[GitHub] [accumulo-testing] DomGarguilo opened a new issue, #253: Terraform setup fails with invalid function argument

DomGarguilo opened a new issue, #253:
URL: https://github.com/apache/accumulo-testing/issues/253

   After merging 87404f12142c5007c1cd01f496da0c56ccb31454 into my testing branch. I received the following:
   ```
   │ Error: Invalid function argument
   │ 
   │   on ../modules/config-files/main.tf line 211, in resource "local_file" "initialize-accumulo":
   │  211:   content         = templatefile("${local.templates_dir}/initialize_accumulo.sh.tftpl", local.template_vars)
   │     ├────────────────
   │     │ while calling templatefile(path, vars)
   │     │ local.template_vars is object with 18 attributes
   │ 
   │ Invalid value for "vars" parameter: vars map does not contain key "os_type", referenced at ../modules/config-files/templates/initialize_accumulo.sh.tftpl:36,7-14.
   ```
   I successfully ran `terraform init` and `terraform apply` in `/shared_state/aws` as well as `terraform init` within `/aws`. The error occurred when running `terraform apply` in `/aws`. Reverting the mentioned commit allowed me to successfully setup a cluster via terraform.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo-testing] dlmarion closed issue #253: Terraform setup fails with invalid function argument

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion closed issue #253: Terraform setup fails with invalid function argument
URL: https://github.com/apache/accumulo-testing/issues/253


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo-testing] dlmarion commented on issue #253: Terraform setup fails with invalid function argument

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion commented on issue #253:
URL: https://github.com/apache/accumulo-testing/issues/253#issuecomment-1438427892

   Closed by #255 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org