Skip to content

Commit 88946a5

Browse files
committed
fix token revocation
1 parent eb7c200 commit 88946a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/opentofu-remote-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ per-checkout configuration is required.
146146
TOKEN_DATA=$(openstack token issue -f json)
147147
PROJECT_ID=$(echo "$TOKEN_DATA" | jq -r '.project_id')
148148
TOKEN_ID=$(echo "$TOKEN_DATA" | jq -r '.id')
149-
openstack revoke token $TOKEN_ID
149+
openstack token revoke $TOKEN_ID
150150

151151
# Get first creds in current project:
152152
EC2_CREDS=$(openstack ec2 credentials list -f json | jq -r --arg pid "$PROJECT_ID" '.[] | select(.["Project ID"] == $pid) | @json' | head -n 1)

0 commit comments

Comments
 (0)