@@ -59,24 +59,25 @@ In order to unify configuration management across all scaleway developer tools,
59
59
Below you find an overview of changes in the provider config:
60
60
61
61
| Old provider attribute | New provider attribute |
62
- | --------------------- | --------------------- |
63
- | ` access_key ` | ` access_key ` |
64
- | ` token ` | ` secret_key ` |
65
- | ` organization ` | ` organization_id ` |
62
+ | --------------------- | ----------------------- |
63
+ | ` access_key ` | ` access_key ` |
64
+ | ` token ` | ` secret_key ` |
65
+ | ` organization ` | ` project_id ` |
66
66
67
67
~ > ** Important:** ` access_key ` should now only be used for your access key (e.g. ` SCWZFD9BPQ4TZ14SM1YS ` ).
68
68
Your secret key (previously known as _ token_ ) must be set in ` secret_key ` (` xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ` ).
69
+ You can use the value of your ` organization_id ` as your default ` project_id ` if you have not yet created a non default project.
69
70
70
71
Below you find an overview of the changes in environment variables:
71
72
72
73
| Old env variable | New env variable |
73
74
| ----------------------- | ------------------------------------------- |
74
75
| ` SCALEWAY_ACCESS_KEY ` | ` SCW_ACCESS_KEY ` |
75
76
| ` SCALEWAY_TOKEN ` | ` SCW_SECRET_KEY ` |
76
- | ` SCALEWAY_ORGANIZATION ` | ` SCW_DEFAULT_ORGANIZATION_ID ` |
77
+ | ` SCALEWAY_ORGANIZATION ` | ` SCW_DEFAULT_PROJECT_ID ` |
77
78
| ` SCALEWAY_REGION ` | ` SCW_DEFAULT_REGION ` and ` SCW_DEFAULT_ZONE ` |
78
79
| ` SCW_TLSVERIFY ` | ` SCW_INSECURE ` |
79
- | ` SCW_ORGANIZATION ` | ` SCW_DEFAULT_ORGANIZATION_ID ` |
80
+ | ` SCW_ORGANIZATION ` | ` SCW_DEFAULT_PROJECT_ID ` |
80
81
| ` SCW_REGION ` | ` SCW_DEFAULT_REGION ` |
81
82
| ` SCW_TOKEN ` | ` SCW_SECRET_KEY ` |
82
83
@@ -266,7 +267,7 @@ For more information check the [new volume `scaleway_instance_volume` resource](
266
267
267
268
` scaleway_ssh_key ` was renamed to ` scaleway_account_ssk_key `
268
269
The ` key ` attribute has been renamed to ` public_key ` .
269
- A ` name ` required attribute and an ` organization_id ` optional attribute have been added.
270
+ A ` name ` required attribute and a ` project_id ` optional attribute have been added.
270
271
271
272
##### Removed: ` scaleway_user_data `
272
273
0 commit comments