You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/providers/pulumi/aws.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ The Nitric team is working to expand the list of resources that can be imported.
96
96
- [Buckets](/storage)
97
97
98
98
<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.
101
101
</Note>
102
102
103
103
### Buckets
@@ -142,8 +142,8 @@ import:
142
142
```
143
143
144
144
<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.
147
147
</Note>
148
148
149
149
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
167
167
schedule-timezone: Australia/Sydney # Available since v0.27.0
168
168
169
169
# Import existing AWS Resources
170
-
# Currently only secrets are supported
171
170
# Available since v0.28.0
172
171
import:
173
172
# A name ARN map of buckets, where the name matches the nitric name of the bucket you would like to import
0 commit comments