Solved

Multi tags in NPA Apps with Terraform

  • 7 July 2023
  • 2 replies
  • 24 views

Badge +2

Hello,

I would like to use multiple tags for private apps.

What would be the syntax here?

tags { tag_name = "TEST, TEST1, TEST3" } ?

I would be grateful for your help.

Marco

icon

Best answer by sshiflett 7 July 2023, 18:17

View original

2 replies

Userlevel 6
Badge +16

@mgoetz I just tested with Terraform and it works if you separate each tag into an its own element:

 

 

 

 


 

Badge +2

Thank you very much for the answer. This looks very good. I will let the customer test and get back to you .... 😀

Reply