mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
7 lines
131 B
HCL
7 lines
131 B
HCL
provider "aws" {
|
|
alias = "foo"
|
|
}
|
|
|
|
// removed module configuration referencing aws.foo, which was passed in by the
|
|
// root module
|