Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve default .recink.yml by adding cache:false option under terraform module #167

Open
avozicov opened this issue Apr 11, 2018 · 0 comments

Comments

@avozicov
Copy link
Contributor

I would suggest to add cache:false option into default .recink.yml file under terraform module.
Here is the use-case:

  • Try to configure and deploy an instance from the example bellow https://www.terraform.io/intro/getting-started/build.html
    (which does not required cache option)
  • Run recink configure recink command to generate the default .recink.yml
  • Use the following .recink.yml config (which suppose to be basic for the module above)
---
$:
  emit:
    pattern:
      - /.+\.js.*$/i
    ignore:
      - /^(.*\/)?node_modules(\/?$)?/i
  terraform:
    resource: '.resource'
    plan: true
    apply: false
    destroy: false
qa:
  root: './'
  • Then run recink run terraform command

As a result you will get the following error until you add cache: false under terraform component in .recink.yml
Screen Shot 2018-04-11 at 16.55.27.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants