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 396d618 commit 3d976c9Copy full SHA for 3d976c9
.gitignore
@@ -200,4 +200,5 @@ override.tf.json
200
201
# Ignore CLI configuration files
202
.terraformrc
203
-terraform.rc
+terraform.rc
204
+.idea
README.md
@@ -103,7 +103,7 @@ curl --location 'https://techchallenge.com.br/api/v1/register' \
103
--header 'Authorization: ••••••' \
104
--data-raw '{
105
"username": "111.111.111.11",
106
- "password": "Teste@2024!!,",
+ "password": "Teste@2025!!,",
107
"email": "teste@gmail.com"
108
}'
109
```
0 commit comments