Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a09d75a

Browse files
remove note about only secrets being supported for AWS pulumi
1 parent 93916ec commit a09d75a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/providers/pulumi/aws.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ The Nitric team is working to expand the list of resources that can be imported.
9696
- [Buckets](/storage)
9797

9898
<Note>
99-
Currently, only resources in the same AWS account and region as the Nitric project
100-
are supported.
99+
Currently, only resources in the same AWS account and region as the Nitric
100+
project are supported.
101101
</Note>
102102

103103
### Buckets
@@ -142,8 +142,8 @@ import:
142142
```
143143

144144
<Note>
145-
Unlike some other imported resources, secret imports require the ARN to be used.
146-
Providing only the secret's name will be invalid.
145+
Unlike some other imported resources, secret imports require the ARN to be
146+
used. Providing only the secret's name will be invalid.
147147
</Note>
148148

149149
Need to import another resource type or have another question? Chat with us on [Discord](https://nitric.io/chat) or [open an issue](https://github.com/nitrictech/nitric/issues) on GitHub.
@@ -167,7 +167,6 @@ region: my-aws-stack-region
167167
schedule-timezone: Australia/Sydney # Available since v0.27.0
168168
169169
# Import existing AWS Resources
170-
# Currently only secrets are supported
171170
# Available since v0.28.0
172171
import:
173172
# A name ARN map of buckets, where the name matches the nitric name of the bucket you would like to import

0 commit comments

Comments
 (0)