17 lines
450 B
Terraform
17 lines
450 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
something = {
|
||
|
# TF-UPGRADE-TODO
|
||
|
#
|
||
|
# No source detected for this provider. You must add a source address
|
||
|
# in the following format:
|
||
|
#
|
||
|
# source = "your-registry.example.com/organization/something"
|
||
|
#
|
||
|
# For more information, see the provider source documentation:
|
||
|
#
|
||
|
# https://www.terraform.io/docs/configuration/providers.html#provider-source
|
||
|
}
|
||
|
}
|
||
|
}
|