Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Jul 10, 2024
1 parent 8770f1a commit d676dd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
13 changes: 6 additions & 7 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ No inputs.

## Outputs

| Name | Description |
|-------------------------------------|------------------------------------------------------------------------------|
| default_public_gateway_ip_addresses | List of Address of the public gateway IP. |
| default_public_gateway_ip_id | List of IDs of gateway IP. |
| default_public_gateway_id | List of IDs of public gateway. |
| default_private_network_id | List of IDs of private networks. |
| dhcp_reservations | List containing the full resource object and attributes for all reservations |
| Name | Description |
| ----------------------------------- | ----------------------------------------- |
| default_public_gateway_ip_addresses | List of Address of the public gateway IP. |
| default_public_gateway_ip_id | List of IDs of gateway IP. |
| default_public_gateway_id | List of IDs of public gateway. |
| default_private_network_id | List of IDs of private networks. |
5 changes: 0 additions & 5 deletions examples/basic/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ output "default_private_network_ids" {
description = "IDs of private networks."
value = module.vpc.private_network_id
}

output "reservations" {
description = "IPs address of reservations"
value = module.vpc.dhcp_reservations
}

0 comments on commit d676dd0

Please sign in to comment.