generated from cisco-ospo/oss-template
-
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.
Add CRUD methods for object resource and Import (#9)
* Add Create/Update/Delete client api (#9) Signed-off-by: Viorel Dodin <[email protected]> * Add Create/Update/Delete terraform handlers (#10) Signed-off-by: Viorel Dodin <[email protected]> * Add Import functionality for object resource (#11) Signed-off-by: Viorel Dodin <[email protected]> * Add type data source and object resource acceptance tests (#12) Signed-off-by: Viorel Dodin <[email protected]> --------- Signed-off-by: Viorel Dodin <[email protected]>
- Loading branch information
1 parent
d413bbd
commit d0a8250
Showing
13 changed files
with
580 additions
and
52 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,9 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
# e.g | ||
# terraform import observability_object.conn "anzen:cloudConnection|just-a-conn|TENANT|0eb4e853-34fb-4f77-b3fc-b9cd3b462366" | ||
terraform import observability_object.conn "<typeOfObject>|<objectID>|<layerType|<layerID>" |
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.