mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Add a new warning when a provider cannot be downloaded and it was requested by an implicit usage (#2479)
Signed-off-by: yottta <andrei.ciobanu@opentofu.org> Co-authored-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# This is for testing that the implicitly defined providers cannot be fetched and the user is getting an info of the root cause
|
||||
resource "nonexistingProv_res" "test1" {
|
||||
}
|
||||
|
||||
data "nonexistingProv2_data" "test2" {
|
||||
}
|
||||
|
||||
module "testmod" {
|
||||
source = "./mod"
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
resource "nonexistingProv_res" "test2" {
|
||||
}
|
||||
Reference in New Issue
Block a user