We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7c200 commit 88946a5Copy full SHA for 88946a5
docs/opentofu-remote-state.md
@@ -146,7 +146,7 @@ per-checkout configuration is required.
146
TOKEN_DATA=$(openstack token issue -f json)
147
PROJECT_ID=$(echo "$TOKEN_DATA" | jq -r '.project_id')
148
TOKEN_ID=$(echo "$TOKEN_DATA" | jq -r '.id')
149
- openstack revoke token $TOKEN_ID
+ openstack token revoke $TOKEN_ID
150
151
# Get first creds in current project:
152
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