Edits per Code Review
This commit is contained in:
parent
66edc2e080
commit
def91ae46b
@ -1 +1,3 @@
|
|||||||
|
output "api_management_service_name" {
|
||||||
|
value = azurerm_api_management.api.name
|
||||||
|
}
|
||||||
|
@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
azurerm = {
|
azurerm = {
|
||||||
source = "hashicorp/azurerm"
|
source = "hashicorp/azurerm"
|
||||||
version = "~>2.0"
|
version = "~>3.0"
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
|
@ -9,6 +9,7 @@ variable "resource_group_name_prefix" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "publisher_email" {
|
variable "publisher_email" {
|
||||||
|
default = "test@contoso.com"
|
||||||
description = "The email address of the owner of the service"
|
description = "The email address of the owner of the service"
|
||||||
type = string
|
type = string
|
||||||
validation {
|
validation {
|
||||||
@ -18,6 +19,7 @@ variable "publisher_email" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "publisher_name" {
|
variable "publisher_name" {
|
||||||
|
default = "publisher"
|
||||||
description = "The name of the owner of the service"
|
description = "The name of the owner of the service"
|
||||||
type = string
|
type = string
|
||||||
validation {
|
validation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user