Code Monkey home page Code Monkey logo

Comments (3)

tembleking avatar tembleking commented on August 24, 2024

Hi @heydonovan, thanks for your feedback.
I will look into the quoting problem, but I believe you can just type down the values without the double quotes as so:
https://github.com/draios/terraform-provider-sysdig/blob/7ea6a9d71f44923456b3e626ac5e24779eacdcf7/sysdig/resource_sysdig_secure_list_test.go#L59

About that question of the sysdig_secure_rule_falco referencing the sysdig_secure_list, you can do it without problems I guess, but instead of writing the name of the rule in plain text, use a reference to the resource. Take a look at this example in this test where a list is being referenced by a macro: https://github.com/draios/terraform-provider-sysdig/blob/7ea6a9d71f44923456b3e626ac5e24779eacdcf7/sysdig/resource_sysdig_secure_macro_test.go#L97

Terraform will create first the list and then the macro using the name of the list already created.

About those 500 errors, they look like connection problems, maybe in our side. If they happen again, please tell me again about it and I will take care of it. FYI the TF_LOG=DEBUG should be working now so you can check the API calls being sent back and forth, if you could attach them that'd be helpful.

from terraform-provider-sysdig.

tembleking avatar tembleking commented on August 24, 2024

Hello @heydonovan, did you manage to give a try to the comment I sent about referencing the List in a Falco Rule?

from terraform-provider-sysdig.

tembleking avatar tembleking commented on August 24, 2024

Hello @heydonovan, @ukitazume tried the Error: rpc error: code = Unavailable desc = transport is closing problem after this 290e398 commit and it seems like it's not happening anymore.
I will close this issue but feel free to open it again if you feel like it's not solved.

from terraform-provider-sysdig.

Related Issues (20)

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.