Commit fd56556
fix(pulumi): resolve 1Password config conflict and S3 deprecation warnings
- Add account="" to 1Password provider to prevent CLI account detection conflict
- Refactor S3 bucket to use separate BucketServerSideEncryptionConfigurationV2 resource
- Refactor S3 bucket to use separate BucketVersioningV2 resource
- Remove deprecated inline server_side_encryption_configuration parameter
- Remove deprecated inline versioning parameter
Fixes "Config conflict: serviceAccountToken and account are set" error by
explicitly disabling account detection when using service account tokens.
Resolves AWS deprecation warnings by moving encryption and versioning
configuration to dedicated resources as recommended by AWS provider.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 57ecf91 commit fd56556
2 files changed
+23
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
51 | 66 | | |
52 | 67 | | |
53 | 68 | | |
| |||
0 commit comments