Skip to content

Commit e55cdea

Browse files
committed
Update arguments with Space name guidance.
1 parent 239b093 commit e55cdea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/resources/space_app_access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "heroku_space_app_access" "member2" {
4141

4242
The following arguments are supported:
4343

44-
* `space` - (Required) The ID of the Private Space.
44+
* `space` - (Required) The name of the Private Space (ID/UUID is acceptable too, but must be used consistently).
4545
* `email` - (Required) The email of the existing Heroku Team member.
4646
* `permissions` - (Required) The permissions to grant the team member for the Private Space.
4747
Currently `create_apps` is the only supported permission. If not provided the member will have no permissions to the space.

docs/resources/space_inbound_ruleset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "heroku_space_inbound_ruleset" "default" {
4242

4343
The following arguments are supported:
4444

45-
* `space` - (Required) The ID of the space.
45+
* `space` - (Required) The name of the Private Space (ID/UUID is acceptable too, but must be used consistently).
4646
* `rule` - (Required) At least one `rule` block. Rules are documented below.
4747

4848
A `rule` block supports the following arguments:

docs/resources/space_peering_connection_accepter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "heroku_space_peering_connection_accepter" "accept" {
3636

3737
The following arguments are supported:
3838

39-
* `space` - (Required) The ID of the space.
39+
* `space` - (Required) The name of the Private Space (ID/UUID is acceptable too, but must be used consistently).
4040
* `vpc_peering_connection_id` - (Required) The peering connection request ID.
4141

4242
## Attributes Reference

docs/resources/space_vpn_connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "heroku_space_vpn_connection" "office" {
3434
The following arguments are supported:
3535

3636
* `name` - (Required) The name of the VPN connection.
37-
* `space` - (Required) The ID of the Heroku Private Space where the VPN connection will be established.
37+
* `space` - (Required) The name of the Private Space (ID/UUID is acceptable too, but must be used consistently).
3838
* `public_ip` - (Required) The public IP address of the VPN endpoint on the network where the VPN connection will be established.
3939
* `routable_cidrs` - (Required) A list of IPv4 CIDR blocks used by the network where the VPN connection will be established.
4040

0 commit comments

Comments
 (0)