forked from core-infra-svcs/terraform-provider-meraki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactoring test case code and adding docs
- Loading branch information
1 parent
6337bc3
commit 37abdb2
Showing
3 changed files
with
108 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "meraki_devices_cellular_sims Resource - terraform-provider-meraki" | ||
subcategory: "" | ||
description: |- | ||
Updates the SIM and APN configurations for a cellular device. | ||
--- | ||
|
||
# meraki_devices_cellular_sims (Resource) | ||
|
||
Updates the SIM and APN configurations for a cellular device. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `sims` (Attributes Set) List of SIMs. If a SIM was previously configured and not specified in this request, it will remain unchanged. (see [below for nested schema](#nestedatt--sims)) | ||
|
||
### Optional | ||
|
||
- `serial` (String) serial. | ||
- `sim_failover` (Attributes) (see [below for nested schema](#nestedatt--sim_failover)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedatt--sims"></a> | ||
### Nested Schema for `sims` | ||
|
||
Required: | ||
|
||
- `apns` (Attributes Set) APN configurations. If empty, the default APN will be used. (see [below for nested schema](#nestedatt--sims--apns)) | ||
|
||
Optional: | ||
|
||
- `is_primary` (Boolean) If true, this SIM is used for boot. Must be true on single-sim devices. | ||
- `slot` (String) SIM slot being configured. Must be 'sim1' on single-sim devices. | ||
|
||
<a id="nestedatt--sims--apns"></a> | ||
### Nested Schema for `sims.apns` | ||
|
||
Required: | ||
|
||
- `allowed_ip_types` (Set of String) IP versions to support (permitted values include 'ipv4', 'ipv6'). | ||
- `name` (String) serial. | ||
|
||
Optional: | ||
|
||
- `authentication` (Attributes) APN authentication configurations. (see [below for nested schema](#nestedatt--sims--apns--authentication)) | ||
|
||
<a id="nestedatt--sims--apns--authentication"></a> | ||
### Nested Schema for `sims.apns.authentication` | ||
|
||
Optional: | ||
|
||
- `password` (String) APN password, if type is set (if APN password is not supplied, the password is left unchanged). | ||
- `type` (String) APN auth type. Valid values are 'chap', 'none', 'pap'. | ||
- `username` (String) APN username, if type is set. | ||
|
||
|
||
|
||
|
||
<a id="nestedatt--sim_failover"></a> | ||
### Nested Schema for `sim_failover` | ||
|
||
Optional: | ||
|
||
- `enabled` (Boolean) Failover to secondary SIM. | ||
|
||
|
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