pulumi-pulumiservice 0.29.3__tar.gz → 0.30.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/PKG-INFO +1 -1
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/__init__.py +2 -0
- pulumi_pulumiservice-0.30.0/pulumi_pulumiservice/environment_rotation_schedule.py +253 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/pulumi-plugin.json +1 -1
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice.egg-info/PKG-INFO +1 -1
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice.egg-info/SOURCES.txt +1 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pyproject.toml +1 -1
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/README.md +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/_enums.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/_inputs.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/_utilities.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/access_token.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/agent_pool.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/config/__init__.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/config/__init__.pyi +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/config/vars.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/deployment_schedule.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/deployment_settings.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/drift_schedule.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/environment.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/environment_version_tag.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/oidc_issuer.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/org_access_token.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/outputs.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/provider.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/py.typed +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/stack.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/stack_tag.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/team.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/team_access_token.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/team_environment_permission.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/team_stack_permission.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/template_source.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/ttl_schedule.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/webhook.py +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice.egg-info/dependency_links.txt +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice.egg-info/requires.txt +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice.egg-info/top_level.txt +0 -0
- {pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/setup.cfg +0 -0
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/__init__.py
RENAMED
|
@@ -12,6 +12,7 @@ from .deployment_schedule import *
|
|
|
12
12
|
from .deployment_settings import *
|
|
13
13
|
from .drift_schedule import *
|
|
14
14
|
from .environment import *
|
|
15
|
+
from .environment_rotation_schedule import *
|
|
15
16
|
from .environment_version_tag import *
|
|
16
17
|
from .oidc_issuer import *
|
|
17
18
|
from .org_access_token import *
|
|
@@ -49,6 +50,7 @@ _utilities.register(
|
|
|
49
50
|
"pulumiservice:index:DeploymentSettings": "DeploymentSettings",
|
|
50
51
|
"pulumiservice:index:DriftSchedule": "DriftSchedule",
|
|
51
52
|
"pulumiservice:index:Environment": "Environment",
|
|
53
|
+
"pulumiservice:index:EnvironmentRotationSchedule": "EnvironmentRotationSchedule",
|
|
52
54
|
"pulumiservice:index:EnvironmentVersionTag": "EnvironmentVersionTag",
|
|
53
55
|
"pulumiservice:index:OidcIssuer": "OidcIssuer",
|
|
54
56
|
"pulumiservice:index:OrgAccessToken": "OrgAccessToken",
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = ['EnvironmentRotationScheduleArgs', 'EnvironmentRotationSchedule']
|
|
18
|
+
|
|
19
|
+
@pulumi.input_type
|
|
20
|
+
class EnvironmentRotationScheduleArgs:
|
|
21
|
+
def __init__(__self__, *,
|
|
22
|
+
environment: pulumi.Input[str],
|
|
23
|
+
organization: pulumi.Input[str],
|
|
24
|
+
project: pulumi.Input[str],
|
|
25
|
+
schedule_cron: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
timestamp: Optional[pulumi.Input[str]] = None):
|
|
27
|
+
"""
|
|
28
|
+
The set of arguments for constructing a EnvironmentRotationSchedule resource.
|
|
29
|
+
:param pulumi.Input[str] environment: Environment name.
|
|
30
|
+
:param pulumi.Input[str] organization: Organization name.
|
|
31
|
+
:param pulumi.Input[str] project: Project name.
|
|
32
|
+
:param pulumi.Input[str] schedule_cron: Cron expression for recurring scheduled rotations. If you are supplying this, do not supply timestamp.
|
|
33
|
+
:param pulumi.Input[str] timestamp: The time at which the rotation should run, in ISO 8601 format. Eg: 2020-01-01T00:00:00Z. If you are supplying this, do not supply scheduleCron.
|
|
34
|
+
"""
|
|
35
|
+
pulumi.set(__self__, "environment", environment)
|
|
36
|
+
pulumi.set(__self__, "organization", organization)
|
|
37
|
+
pulumi.set(__self__, "project", project)
|
|
38
|
+
if schedule_cron is not None:
|
|
39
|
+
pulumi.set(__self__, "schedule_cron", schedule_cron)
|
|
40
|
+
if timestamp is not None:
|
|
41
|
+
pulumi.set(__self__, "timestamp", timestamp)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def environment(self) -> pulumi.Input[str]:
|
|
46
|
+
"""
|
|
47
|
+
Environment name.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "environment")
|
|
50
|
+
|
|
51
|
+
@environment.setter
|
|
52
|
+
def environment(self, value: pulumi.Input[str]):
|
|
53
|
+
pulumi.set(self, "environment", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def organization(self) -> pulumi.Input[str]:
|
|
58
|
+
"""
|
|
59
|
+
Organization name.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "organization")
|
|
62
|
+
|
|
63
|
+
@organization.setter
|
|
64
|
+
def organization(self, value: pulumi.Input[str]):
|
|
65
|
+
pulumi.set(self, "organization", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def project(self) -> pulumi.Input[str]:
|
|
70
|
+
"""
|
|
71
|
+
Project name.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "project")
|
|
74
|
+
|
|
75
|
+
@project.setter
|
|
76
|
+
def project(self, value: pulumi.Input[str]):
|
|
77
|
+
pulumi.set(self, "project", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="scheduleCron")
|
|
81
|
+
def schedule_cron(self) -> Optional[pulumi.Input[str]]:
|
|
82
|
+
"""
|
|
83
|
+
Cron expression for recurring scheduled rotations. If you are supplying this, do not supply timestamp.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "schedule_cron")
|
|
86
|
+
|
|
87
|
+
@schedule_cron.setter
|
|
88
|
+
def schedule_cron(self, value: Optional[pulumi.Input[str]]):
|
|
89
|
+
pulumi.set(self, "schedule_cron", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def timestamp(self) -> Optional[pulumi.Input[str]]:
|
|
94
|
+
"""
|
|
95
|
+
The time at which the rotation should run, in ISO 8601 format. Eg: 2020-01-01T00:00:00Z. If you are supplying this, do not supply scheduleCron.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "timestamp")
|
|
98
|
+
|
|
99
|
+
@timestamp.setter
|
|
100
|
+
def timestamp(self, value: Optional[pulumi.Input[str]]):
|
|
101
|
+
pulumi.set(self, "timestamp", value)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
class EnvironmentRotationSchedule(pulumi.CustomResource):
|
|
105
|
+
@overload
|
|
106
|
+
def __init__(__self__,
|
|
107
|
+
resource_name: str,
|
|
108
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
109
|
+
environment: Optional[pulumi.Input[str]] = None,
|
|
110
|
+
organization: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
project: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
schedule_cron: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
timestamp: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
__props__=None):
|
|
115
|
+
"""
|
|
116
|
+
A scheduled recurring or single time environment rotation.
|
|
117
|
+
|
|
118
|
+
:param str resource_name: The name of the resource.
|
|
119
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
120
|
+
:param pulumi.Input[str] environment: Environment name.
|
|
121
|
+
:param pulumi.Input[str] organization: Organization name.
|
|
122
|
+
:param pulumi.Input[str] project: Project name.
|
|
123
|
+
:param pulumi.Input[str] schedule_cron: Cron expression for recurring scheduled rotations. If you are supplying this, do not supply timestamp.
|
|
124
|
+
:param pulumi.Input[str] timestamp: The time at which the rotation should run, in ISO 8601 format. Eg: 2020-01-01T00:00:00Z. If you are supplying this, do not supply scheduleCron.
|
|
125
|
+
"""
|
|
126
|
+
...
|
|
127
|
+
@overload
|
|
128
|
+
def __init__(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
args: EnvironmentRotationScheduleArgs,
|
|
131
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
132
|
+
"""
|
|
133
|
+
A scheduled recurring or single time environment rotation.
|
|
134
|
+
|
|
135
|
+
:param str resource_name: The name of the resource.
|
|
136
|
+
:param EnvironmentRotationScheduleArgs args: The arguments to use to populate this resource's properties.
|
|
137
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
138
|
+
"""
|
|
139
|
+
...
|
|
140
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
141
|
+
resource_args, opts = _utilities.get_resource_args_opts(EnvironmentRotationScheduleArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
142
|
+
if resource_args is not None:
|
|
143
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
144
|
+
else:
|
|
145
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
146
|
+
|
|
147
|
+
def _internal_init(__self__,
|
|
148
|
+
resource_name: str,
|
|
149
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
150
|
+
environment: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
organization: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
project: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
schedule_cron: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
timestamp: Optional[pulumi.Input[str]] = None,
|
|
155
|
+
__props__=None):
|
|
156
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
157
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
158
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
159
|
+
if opts.id is None:
|
|
160
|
+
if __props__ is not None:
|
|
161
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
162
|
+
__props__ = EnvironmentRotationScheduleArgs.__new__(EnvironmentRotationScheduleArgs)
|
|
163
|
+
|
|
164
|
+
if environment is None and not opts.urn:
|
|
165
|
+
raise TypeError("Missing required property 'environment'")
|
|
166
|
+
__props__.__dict__["environment"] = environment
|
|
167
|
+
if organization is None and not opts.urn:
|
|
168
|
+
raise TypeError("Missing required property 'organization'")
|
|
169
|
+
__props__.__dict__["organization"] = organization
|
|
170
|
+
if project is None and not opts.urn:
|
|
171
|
+
raise TypeError("Missing required property 'project'")
|
|
172
|
+
__props__.__dict__["project"] = project
|
|
173
|
+
__props__.__dict__["schedule_cron"] = schedule_cron
|
|
174
|
+
__props__.__dict__["timestamp"] = timestamp
|
|
175
|
+
__props__.__dict__["schedule_id"] = None
|
|
176
|
+
super(EnvironmentRotationSchedule, __self__).__init__(
|
|
177
|
+
'pulumiservice:index:EnvironmentRotationSchedule',
|
|
178
|
+
resource_name,
|
|
179
|
+
__props__,
|
|
180
|
+
opts)
|
|
181
|
+
|
|
182
|
+
@staticmethod
|
|
183
|
+
def get(resource_name: str,
|
|
184
|
+
id: pulumi.Input[str],
|
|
185
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'EnvironmentRotationSchedule':
|
|
186
|
+
"""
|
|
187
|
+
Get an existing EnvironmentRotationSchedule resource's state with the given name, id, and optional extra
|
|
188
|
+
properties used to qualify the lookup.
|
|
189
|
+
|
|
190
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
191
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
192
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
193
|
+
"""
|
|
194
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
195
|
+
|
|
196
|
+
__props__ = EnvironmentRotationScheduleArgs.__new__(EnvironmentRotationScheduleArgs)
|
|
197
|
+
|
|
198
|
+
__props__.__dict__["environment"] = None
|
|
199
|
+
__props__.__dict__["organization"] = None
|
|
200
|
+
__props__.__dict__["project"] = None
|
|
201
|
+
__props__.__dict__["schedule_cron"] = None
|
|
202
|
+
__props__.__dict__["schedule_id"] = None
|
|
203
|
+
__props__.__dict__["timestamp"] = None
|
|
204
|
+
return EnvironmentRotationSchedule(resource_name, opts=opts, __props__=__props__)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def environment(self) -> pulumi.Output[str]:
|
|
209
|
+
"""
|
|
210
|
+
Environment name.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "environment")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def organization(self) -> pulumi.Output[str]:
|
|
217
|
+
"""
|
|
218
|
+
Organization name.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "organization")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def project(self) -> pulumi.Output[str]:
|
|
225
|
+
"""
|
|
226
|
+
Project name.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "project")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="scheduleCron")
|
|
232
|
+
def schedule_cron(self) -> pulumi.Output[Optional[str]]:
|
|
233
|
+
"""
|
|
234
|
+
Cron expression for recurring scheduled rotations. If you are supplying this, do not supply timestamp.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "schedule_cron")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="scheduleId")
|
|
240
|
+
def schedule_id(self) -> pulumi.Output[str]:
|
|
241
|
+
"""
|
|
242
|
+
Schedule ID of the created rotation schedule, assigned by Pulumi Cloud.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "schedule_id")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def timestamp(self) -> pulumi.Output[Optional[str]]:
|
|
249
|
+
"""
|
|
250
|
+
The time at which the rotation should run, in ISO 8601 format. Eg: 2020-01-01T00:00:00Z. If you are supplying this, do not supply scheduleCron.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "timestamp")
|
|
253
|
+
|
|
@@ -10,6 +10,7 @@ pulumi_pulumiservice/deployment_schedule.py
|
|
|
10
10
|
pulumi_pulumiservice/deployment_settings.py
|
|
11
11
|
pulumi_pulumiservice/drift_schedule.py
|
|
12
12
|
pulumi_pulumiservice/environment.py
|
|
13
|
+
pulumi_pulumiservice/environment_rotation_schedule.py
|
|
13
14
|
pulumi_pulumiservice/environment_version_tag.py
|
|
14
15
|
pulumi_pulumiservice/oidc_issuer.py
|
|
15
16
|
pulumi_pulumiservice/org_access_token.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/_utilities.py
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/access_token.py
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/agent_pool.py
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/config/__init__.py
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/config/__init__.pyi
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/config/vars.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/drift_schedule.py
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/environment.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/oidc_issuer.py
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/org_access_token.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/stack_tag.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/template_source.py
RENAMED
|
File without changes
|
{pulumi_pulumiservice-0.29.3 → pulumi_pulumiservice-0.30.0}/pulumi_pulumiservice/ttl_schedule.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|