User Profile
space3
Copper Contributor
Joined Jan 16, 2021
User Widgets
Recent Discussions
Re: Azure DevOps - Azure library variables to TF variables
Unfortunately below assignment didn't work for me. Did anyone try? https://www.terraform.io/docs/commands/environment-variables.html https://stackoverflow.com/questions/54247055/how-to-reference-a-variable-in-terraform-file-for-azure-devops-vsts2.7KViews0likes0CommentsAzure subscription validation with Ansible
I would like to verify if an azure subscription exists using ansible. I tried using az account show -s {{sub}} but it fails with an error rather than returning that the "subscription doesn't exist message". How to handle this gracefully? Thanks, RK1KViews0likes1CommentAzure DevOps - Azure library variables to TF variables
I want to map Azure Library variables to TF variables. I am unable to do so, output.tf doesn't display the variables when I try to pass them through the pipeline. Anyone has done this? Thanks RK. eg: TF_VAR_x = $x TF_VAR_y = $y output.tf output "X"{ value = X }2.8KViews0likes1Comment
Recent Blog Articles
No content to show