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
Is your feature request related to a problem? Please describe.
If I already use a bucket that's managed by either other IaC tools or the AWS console, in order to move to Cloud Toolkit I have to perform a data migration.
Describe the solution you'd like
I would like to import the existing component instead of doing a data migration with all the incovenients that it has. Pulumi offers an option to do so, but it requires modifications to the SDK.
Describe alternatives you've considered
Using the import Pulumi resource parameter when declaring an infrastructure component. It needs that all the parameters declared in the Pulumi component match with the ones in the deployed resource.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If I already use a bucket that's managed by either other IaC tools or the AWS console, in order to move to Cloud Toolkit I have to perform a data migration.
Describe the solution you'd like
I would like to import the existing component instead of doing a data migration with all the incovenients that it has. Pulumi offers an option to do so, but it requires modifications to the SDK.
Describe alternatives you've considered
Using the
import
Pulumi resource parameter when declaring an infrastructure component. It needs that all the parameters declared in the Pulumi component match with the ones in the deployed resource.The text was updated successfully, but these errors were encountered: