acqio / rules_microsoft_azure

This repository contains rules for interacting with Microsoft Azure.
Apache License 2.0
6 stars 3 forks source link

Stamp support for the subscription attribute in the az_config rule. #16

Closed jullianoacqio closed 4 years ago

jullianoacqio commented 4 years ago

Added artifacts for building and creating stamping files

To create stamping files, we are creating a program to run in the build phase to read variables from the workspace. This program was done in GoLang. The executable is created from the rules_go rules of bazel. The rules_gazelle rule was also used to automate the process of creating BUILD.bazel, defining dependencies, among other facilities.