Previously we detailed the process of creating our service principal and using that to deliver an azure subscription - so here we will map the process from az cli to terraform
- map all of the required variables into one
variables.tf - create the data lookups and service principal resource
- assign roles and permissions to the SP
- create an Azure Subscription using defined parameters
- bundle the process steps into a terraform module
Unable to render {children}. Page not found: Azure Automation: automation by first principles.
Here we will identify all the inputs and requirements for each stage of facilitating and creating a subscription via cli - this will remind us of the stages and steps needed for full automation |




