-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Outscale Bot <opensource+bot@outscale.com>
- Loading branch information
1 parent
fdb9c83
commit 670a3f7
Showing
43 changed files
with
242 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
layout: "outscale" | ||
page_title: "OUTSCALE: outscale_account" | ||
sidebar_current: "outscale-account" | ||
description: |- | ||
[Provides information about an account.] | ||
--- | ||
|
||
# outscale_account Data Source | ||
|
||
Provides information about an account. | ||
|
||
For more information on this resource, see the [User Guide](https://docs.outscale.com/en/userguide/About-Your-Account.html). | ||
For more information on this resource actions, see the [API documentation](https://docs.outscale.com/api#3ds-outscale-api-account). | ||
|
||
## Example Usage | ||
|
||
```hcl | ||
data "outscale_account" "account01" { | ||
} | ||
``` | ||
|
||
## Argument Reference | ||
|
||
No argument is supported. | ||
|
||
## Attribute Reference | ||
|
||
The following attributes are exported: | ||
|
||
* `account_id` - The ID of the account. | ||
* `additional_emails` - One or more additional email addresses for the account. These addresses are used for notifications only. | ||
* `city` - The city of the account owner. | ||
* `company_name` - The name of the company for the account. | ||
* `country` - The country of the account owner. | ||
* `customer_id` - The ID of the customer. | ||
* `email` - The main email address for the account. This address is used for your credentials and for notifications. | ||
* `first_name` - The first name of the account owner. | ||
* `job_title` - The job title of the account owner. | ||
* `last_name` - The last name of the account owner. | ||
* `mobile_number` - The mobile phone number of the account owner. | ||
* `phone_number` - The landline phone number of the account owner. | ||
* `state_province` - The state/province of the account. | ||
* `vat_number` - The value added tax (VAT) number for the account. | ||
* `zip_code` - The ZIP code of the city. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
layout: "outscale" | ||
page_title: "OUTSCALE: outscale_accounts" | ||
sidebar_current: "outscale-accounts" | ||
description: |- | ||
[Provides information about accounts.] | ||
--- | ||
|
||
# outscale_accounts Data Source | ||
|
||
Provides information about accounts. | ||
|
||
For more information on this resource, see the [User Guide](https://docs.outscale.com/en/userguide/About-Your-Account.html). | ||
For more information on this resource actions, see the [API documentation](https://docs.outscale.com/api#3ds-outscale-api-account). | ||
|
||
## Example Usage | ||
|
||
```hcl | ||
data "outscale_accounts" "all_accounts" { | ||
} | ||
``` | ||
|
||
## Argument Reference | ||
|
||
No argument is supported. | ||
|
||
## Attribute Reference | ||
|
||
The following attributes are exported: | ||
|
||
* `accounts` - The list of the accounts. | ||
* `account_id` - The ID of the account. | ||
* `additional_emails` - One or more additional email addresses for the account. These addresses are used for notifications only. | ||
* `city` - The city of the account owner. | ||
* `company_name` - The name of the company for the account. | ||
* `country` - The country of the account owner. | ||
* `customer_id` - The ID of the customer. | ||
* `email` - The main email address for the account. This address is used for your credentials and for notifications. | ||
* `first_name` - The first name of the account owner. | ||
* `job_title` - The job title of the account owner. | ||
* `last_name` - The last name of the account owner. | ||
* `mobile_number` - The mobile phone number of the account owner. | ||
* `phone_number` - The landline phone number of the account owner. | ||
* `state_province` - The state/province of the account. | ||
* `vat_number` - The value added tax (VAT) number for the account. | ||
* `zip_code` - The ZIP code of the city. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.