generated from pulumi/pulumi-provider-boilerplate
-
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.
- Loading branch information
1 parent
968fff3
commit 49a8b4f
Showing
19 changed files
with
54 additions
and
36 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,36 @@ | ||
--- | ||
title: AEM Installation & Configuration | ||
meta_desc: Information on how to install the AEM provider. | ||
title: Adobe Experience Manager Provider Installation & Configuration | ||
meta_desc: Information on how to install the Adobe Experience Manager provider. | ||
layout: package | ||
--- | ||
|
||
## Installation | ||
|
||
The AEM provider is available as a package in following Pulumi languages: | ||
The Adobe Experience Manager provider is available as a package in following Pulumi languages: | ||
|
||
* JavaScript/TypeScript: [`@wttech/aem`](https://www.npmjs.com/package/@wttech/aem) | ||
* Python: [`wttech_aem`](https://pypi.org/project/wttech-aem/) | ||
* Go: [`github.com/wttech/pulumi-aem/sdk/go/aem`](https://pkg.go.dev/github.com/wttech/pulumi-aem/sdk) | ||
* .NET: [`WTTech.Aem`](https://www.nuget.org/packages/WTTech.Aem) | ||
|
||
### Provider Binary | ||
|
||
The Adobe Experience Manager provider binary is a third party binary. It can be installed using the `pulumi plugin` command. | ||
|
||
```bash | ||
pulumi plugin install resource aem <version> --server github://api.github.com/wttech | ||
``` | ||
|
||
Replace the version string with your desired version. | ||
|
||
## Setup | ||
|
||
To provision resources with the Pulumi AEM provider, you need to have correct configuration towards your AWS or other cloud controller. | ||
To provision resources with the Pulumi Adobe Experience Manager provider, you need to have correct configuration towards your AWS or other cloud controller. | ||
|
||
### Set environment variables | ||
|
||
The Adobe Experience Manager provider does not use any specific environment variables. | ||
|
||
## Configuration Options | ||
|
||
The Adobe Experience Manager provider does not require any additional options. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.2-alpha.1717632695+85d1fce1 | ||
0.1.2-alpha.1718635808+2feb6b9e |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// Easily manage Adobe Experience Manager (AEM) instances in the cloud without a deep dev-ops knowledge | ||
// Easily manage Adobe Experience Manager instances in the cloud without a deep dev-ops knowledge | ||
package aem |
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