-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* patch vlan names * patch appliance vlans
- Loading branch information
1 parent
7b176a6
commit d55e5f5
Showing
3 changed files
with
19 additions
and
2 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,18 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Venelin <[email protected]> | ||
Date: Fri, 12 Jul 2024 17:48:20 +0100 | ||
Subject: [PATCH] patch appliance vlans | ||
|
||
|
||
diff --git a/internal/provider/resource_meraki_networks_appliance_vlans.go b/internal/provider/resource_meraki_networks_appliance_vlans.go | ||
index 4202af8..e4a56b6 100644 | ||
--- a/internal/provider/resource_meraki_networks_appliance_vlans.go | ||
+++ b/internal/provider/resource_meraki_networks_appliance_vlans.go | ||
@@ -358,7 +358,6 @@ func (r *NetworksApplianceVLANsResource) Schema(_ context.Context, _ resource.Sc | ||
|
||
"comment": schema.StringAttribute{ | ||
MarkdownDescription: `A text comment for the reserved range`, | ||
- Computed: true, | ||
Optional: true, | ||
PlanModifiers: []planmodifier.String{ | ||
stringplanmodifier.UseStateForUnknown(), |
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 |
---|---|---|
|
@@ -9497,7 +9497,6 @@ | |
"language": { | ||
"nodejs": { | ||
"requiredOutputs": [ | ||
"comment", | ||
"end", | ||
"start" | ||
] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.