Skip to content

Commit

Permalink
CopyRight headers: no vendor/services/generated (#22240)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Jun 26, 2023
1 parent 9cdba4a commit beecd18
Show file tree
Hide file tree
Showing 776 changed files with 2,348 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

name: Bug Report
description: If something isn't working as expected.
body:
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

name: Feature Request
description: I have a suggestion (and might want to implement myself)!
title: "Support for [thing]"
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

blank_issues_enabled: false
contact_links:
- name: Azure Provider Configuration/Usage Questions
Expand Down
3 changes: 3 additions & 0 deletions .github/labeler-issue-triage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

bug:
- 'panic:'
crash:
Expand Down
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

run:
timeout: 60m
go: 1.19
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

archives:
- files:
# Ensure only built binary is archived
Expand Down
3 changes: 3 additions & 0 deletions .release/release-metadata.hcl
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

url_source_repository = "https://github.com/hashicorp/terraform-provider-azurerm"
url_license = "https://github.com/hashicorp/terraform-provider-azurerm/blob/main/LICENSE"
5 changes: 5 additions & 0 deletions .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// specifies the default hour (UTC) at which tests should be triggered, if enabled
var defaultStartHour = 0

Expand Down
5 changes: 5 additions & 0 deletions .teamcity/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?xml version="1.0"?>
<!--
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
-->

<project>
<modelVersion>4.0.0</modelVersion>
<name>Terraform-Provider-Azurerm Config DSL Script</name>
Expand Down
5 changes: 5 additions & 0 deletions .teamcity/tests/configuration.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

package tests

import AzureRM
Expand Down
5 changes: 5 additions & 0 deletions .teamcity/tests/helpers.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

package tests

import ClientConfiguration
Expand Down
5 changes: 5 additions & 0 deletions .teamcity/tests/services.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

package tests

import serviceTestConfigurationOverrides
Expand Down
5 changes: 5 additions & 0 deletions .teamcity/tests/vcs_roots.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

package tests

import AzureRM
Expand Down
5 changes: 5 additions & 0 deletions contributing/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

.md-footer__inner:not([hidden]) {
display: none
}
3 changes: 3 additions & 0 deletions examples/api-management/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/api-management/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "service_id" {
description = "The ID of the API Management Service created"
value = azurerm_api_management.apim_service.id
Expand Down
3 changes: 3 additions & 0 deletions examples/api-management/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
description = "The prefix which should be used for all resources in this example"
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service-certificate-order/standard/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service-certificate-order/standard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "csr" {
value = azurerm_app_service_certificate_order.test.csr
}
3 changes: 3 additions & 0 deletions examples/app-service-certificate-order/standard/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
description = "The prefix which should be used for all resources in this example"
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service-certificate-order/wildcard/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service-certificate-order/wildcard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "csr" {
value = azurerm_app_service_certificate_order.test.csr
}
3 changes: 3 additions & 0 deletions examples/app-service-certificate-order/wildcard/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
description = "The prefix which should be used for all resources in this example"
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service-certificate/stored-in-keyvault/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
description = "The prefix used for all resources in this example"
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service-environment-v3/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

terraform {
required_providers {
azurerm = {
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/backup/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/backup/output.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "app_name" {
value = azurerm_windows_web_app.example.default_hostname
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/backup/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
type = string
description = "The prefix used for all resources in this example"
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-authentication/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-authentication/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "linux_web_app_name" {
value = azurerm_linux_web_app.example.name
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-authentication/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
type = string
description = "The prefix used for all resources in this example"
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-basic/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "linux_web_app_name" {
value = azurerm_linux_web_app.example.name
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-basic/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
type = string
description = "The prefix used for all resources in this example"
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

version: '3.3'

services:
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-compose/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-compose/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "app_service_name" {
value = azurerm_app_service.main.name
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-compose/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
description = "The prefix used for all resources in this example"
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-kubernetes/kubernetes.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

apiVersion: v1
kind: Pod
metadata:
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-kubernetes/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-kubernetes/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "app_service_name" {
value = azurerm_app_service.main.name
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/docker-kubernetes/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
description = "The prefix used for all resources in this example"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "account_id" {
value = azurerm_linux_function_app.example.identity.0.principal_id
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
type = string
description = "The prefix used for all resources in this example"
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/function-basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/function-basic/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "app_name" {
value = azurerm_linux_function_app.example.name
}
3 changes: 3 additions & 0 deletions examples/app-service/function-basic/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
type = string
description = "The prefix used for all resources in this example"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

import logging

import azure.functions as func
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/function-python/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/function-python/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

output "app_name" {
value = azurerm_linux_function_app.example.name
}
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/function-python/vars.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "prefix" {
type = string
description = "The prefix used for all resources in this example"
Expand Down
3 changes: 3 additions & 0 deletions examples/app-service/linux-authentication/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

provider "azurerm" {
features {}
}
Expand Down
Loading

0 comments on commit beecd18

Please sign in to comment.