{
  "name": "azure-quickstart-acr-geo-replication",
  "version": "0.0.3",
  "meta": {
    "moduleFormat": "(.*)"
  },
  "language": {
    "csharp": {
      "packageReferences": {
        "Pulumi": "3.*",
        "Pulumi.AzureNative": "1.34.*"
      },
      "namespaces": {
        "azure-quickstart-acr-geo-replication": "AzureQuickStartAcrGeoReplication"
      }
    },
    "go": {
      "generateResourceContainerTypes": true,
      "importBasePath": "github.com/pulumi/pulumi-azure-quickstart-acr-geo-replication/sdk/go/acr"
    },
    "nodejs": {
      "dependencies": {
        "@pulumi/pulumi": "^3.7.0",
        "@pulumi/azure-native": "^1.34.0"
      },
      "devDependencies": {
        "typescript": "^3.7.0"
      }
    },
    "python": {
      "requires": {
        "pulumi": ">=3.0.0,<4.0.0",
        "pulumi-azure-native": ">=1.0.0,<2.0.0"
      }
    }
  },
  "config": {},
  "provider": {
    "type": "object"
  },
  "resources": {
    "azure-quickstart-acr-geo-replication:index:ReplicatedRegistry": {
      "properties": {
        "loginServer": {
          "type": "string",
          "description": "The login server url"
        },
        "registry": {
          "$ref": "/azure-native/v1.34.0/schema.json#/resources/azure-native:containerregistry:Registry",
          "description": "The Registry"
        },
        "replication": {
          "$ref": "/azure-native/v1.34.0/schema.json#/resources/azure-native:containerregistry:Replication",
          "description": "The replication policy"
        }
      },
      "type": "object",
      "required": [
        "loginServer",
        "registry",
        "replication"
      ],
      "inputProperties": {
        "adminUserEnabled": {
          "type": "boolean",
          "description": "Enable admin user that has push / pull permissions to the registry"
        },
        "name": {
          "type": "string",
          "description": "Globally unique name of your azure container registry"
        },
        "replicationLocation": {
          "type": "string",
          "description": "The location of the registry replica location"
        },
        "resourceGroupName": {
          "type": "string",
          "description": "The name of the enclosing resource group"
        },
        "sku": {
          "type": "string",
          "description": "Tier of your Azure Container Registry. Geo-replication requires the Premium SKU"
        }
      },
      "requiredInputs": [
        "name",
        "replicationLocation",
        "resourceGroupName"
      ],
      "isComponent": true
    }
  }
}
