Hi There,
I have a terraform script to create a series of F5 nodes, which works fine. (5 nodes)
I have a separate terraform script to create a series of F5 pools which works fine. (5 pools)
Both of the above are using csvdecode and count.
However, I am now trying to create an attachment but I cant use count multiple times in the same tf file without an error as apparantley you cant create two counts.
Does anyone have any solution? Not too good with terraform so excuse the lack of terminology.