File: overrides.out.md

package info (click to toggle)
golang-github-hashicorp-terraform-config-inspect 0.0~git20230614.f32df32-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

# Module `testdata/overrides`

Provider Requirements:
* **null:** (any version)

## Input Variables
* `A` (required): The A variable OVERRIDDEN
* `B` (required): The B variable
* `C` (required): An entirely new variable C

## Output Values
* `A`: I am an overridden output!
* `B`: I am B

## Managed Resources
* `null_resource.A` from `null`
* `null_resource.B` from `null`

## Child Modules
* `foo` from `foo/bar/baz` (`1.0.2_override`)