Executions Service handles the API for workflow executions.
At this time it is a read-only API with no ability to directly create or edit executions. Instead these are triggered from the Workspaces Service.
List all executions.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
[- {
- "account": "5er",
- "created": 4455926448936491000,
- "org": "lm",
- "pipeline": "Aut aut provident.",
- "pipeline_execution_id": "Distinctio consequatur provident nostrum soluta.",
- "pipeline_stage_id": "Qui magnam aut dolorum quia.",
- "project": "g",
- "status": "success",
- "workspace": "Dolor assumenda aut delectus tempora voluptatem vel."
}, - {
- "account": "5er",
- "created": 4455926448936491000,
- "org": "lm",
- "pipeline": "Aut aut provident.",
- "pipeline_execution_id": "Distinctio consequatur provident nostrum soluta.",
- "pipeline_stage_id": "Qui magnam aut dolorum quia.",
- "project": "g",
- "status": "success",
- "workspace": "Dolor assumenda aut delectus tempora voluptatem vel."
}
]
Create a new execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "pipeline": "Enim voluptate natus.",
- "pipeline_execution_id": "Rerum id consectetur accusamus harum aliquid.",
- "pipeline_stage_id": "Ut dignissimos sed quia.",
- "workspace": "Eligendi distinctio."
}
{- "account": "fdw",
- "created": 4555248163680630000,
- "org": "ygk",
- "pipeline": "Qui ut fuga minus sed iure expedita.",
- "pipeline_execution_id": "Iste modi iste maiores.",
- "pipeline_stage_id": "Numquam reprehenderit dicta nisi.",
- "project": "h",
- "status": "failure",
- "workspace": "Dolore ipsum."
}
Show an individual execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "account": "9",
- "created": 1831741402713271000,
- "org": "u",
- "pipeline": "Ut quidem cumque est consequatur.",
- "pipeline_execution_id": "Distinctio voluptatem.",
- "pipeline_stage_id": "Adipisci possimus maiores.",
- "project": "79d",
- "status": "none",
- "workspace": "Et reprehenderit architecto voluptatem voluptatem nisi."
}
Modify an individual execution by adding audit data.
object (Audit) |
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "audit": {
- "git_audit_data": {
- "hash": "g93",
- "name": "Eos eaque ut consectetur ea aut quia.",
- "repo_url": "9wd",
- "type": "branch, tag"
}
}
}
List cost changes from the latest plan and last applied state for the current execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "currency": "Aut ut doloremque eaque.",
- "diff": {
- "Voluptatum atque suscipit.": {
- "current_monthly_cost": "Cumque cupiditate minima quia et occaecati et.",
- "diff": [
- {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}, - {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}
], - "diff_monthly_cost": "Eius doloribus voluptatum voluptatem.",
- "percentage_change_monthly_cost": 5913709537946759000,
- "previous_monthly_cost": "Eos tempore dicta itaque quod sint."
}
}, - "diff_total_monthly_cost": "Fugit voluptatibus exercitationem cumque mollitia laborum dolores.",
- "past_total_monthly_cost": "Id id ad ipsum.",
- "percentage_change_total_monthly_cost": 1332440281197252900,
- "stage_execution_id": "Natus impedit.",
- "stage_id": "Eos sequi voluptatem nulla perspiciatis officia.",
- "total_monthly_cost": "Laborum possimus quibusdam dolores qui sint aut.",
- "workspace_id": "Eum unde."
}
List cost changes for all stages from the latest plan and last applied state for the current execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
[- {
- "currency": "Reiciendis velit assumenda.",
- "diff": {
- "Quia ratione.": {
- "current_monthly_cost": "Cumque cupiditate minima quia et occaecati et.",
- "diff": [
- {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}, - {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}
], - "diff_monthly_cost": "Eius doloribus voluptatum voluptatem.",
- "percentage_change_monthly_cost": 5913709537946759000,
- "previous_monthly_cost": "Eos tempore dicta itaque quod sint."
}, - "Reprehenderit esse deleniti.": {
- "current_monthly_cost": "Cumque cupiditate minima quia et occaecati et.",
- "diff": [
- {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}, - {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}
], - "diff_monthly_cost": "Eius doloribus voluptatum voluptatem.",
- "percentage_change_monthly_cost": 5913709537946759000,
- "previous_monthly_cost": "Eos tempore dicta itaque quod sint."
}
}, - "diff_total_monthly_cost": "Quisquam maiores omnis magni unde culpa.",
- "past_total_monthly_cost": "Inventore et.",
- "percentage_change_total_monthly_cost": 602615231732471200,
- "stage_execution_id": "Consequatur et veritatis aspernatur quia eligendi.",
- "stage_id": "Maxime aliquam eveniet.",
- "total_monthly_cost": "Et iure necessitatibus sit ut eligendi.",
- "workspace_id": "Voluptas fugiat."
}, - {
- "currency": "Reiciendis velit assumenda.",
- "diff": {
- "Quia ratione.": {
- "current_monthly_cost": "Cumque cupiditate minima quia et occaecati et.",
- "diff": [
- {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}, - {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}
], - "diff_monthly_cost": "Eius doloribus voluptatum voluptatem.",
- "percentage_change_monthly_cost": 5913709537946759000,
- "previous_monthly_cost": "Eos tempore dicta itaque quod sint."
}, - "Reprehenderit esse deleniti.": {
- "current_monthly_cost": "Cumque cupiditate minima quia et occaecati et.",
- "diff": [
- {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}, - {
- "current_monthly_cost": "Commodi rem quibusdam ad.",
- "diff_monthly_cost": "Tempore vero autem excepturi quam rerum.",
- "name": "Aut libero qui.",
- "percentage_change_monthly_cost": 4225768346485308000,
- "previous_monthly_cost": "Ab corporis.",
- "subresources": {
- "Aliquam error deleniti quisquam facilis iure debitis.": {
- "current_monthly_cost": "Autem ut ea dolore qui et.",
- "diff_monthly_cost": "Sunt incidunt voluptatem voluptatem est labore.",
- "percentage_change_monthly_cost": 489602928110473700,
- "previous_monthly_cost": "Facilis atque fugiat beatae nam cumque."
}
}
}
], - "diff_monthly_cost": "Eius doloribus voluptatum voluptatem.",
- "percentage_change_monthly_cost": 5913709537946759000,
- "previous_monthly_cost": "Eos tempore dicta itaque quod sint."
}
}, - "diff_total_monthly_cost": "Quisquam maiores omnis magni unde culpa.",
- "past_total_monthly_cost": "Inventore et.",
- "percentage_change_total_monthly_cost": 602615231732471200,
- "stage_execution_id": "Consequatur et veritatis aspernatur quia eligendi.",
- "stage_id": "Maxime aliquam eveniet.",
- "total_monthly_cost": "Et iure necessitatibus sit ut eligendi.",
- "workspace_id": "Voluptas fugiat."
}
]
List resource changes from the latest plan and state for this execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "data_sources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "drift_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "outputs": [
- {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
], - "pipeline_execution": "Iste impedit sint iusto libero maxime.",
- "pipeline_stage": "Veniam officiis eum consequuntur corrupti.",
- "planned_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "resources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "stage_id": "Excepturi aut.",
- "workspace_id": "Et non enim sed natus qui."
}
List resource changes for all stages from the latest plan and state for this execution.
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
[- {
- "data_sources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "drift_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "outputs": [
- {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
], - "pipeline_execution": "Blanditiis quam exercitationem dolore nihil eaque.",
- "pipeline_stage": "Modi et.",
- "planned_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "resources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "stage_id": "Harum facilis consequatur sunt voluptatum at enim.",
- "workspace_id": "Alias quia et dolores ea accusamus."
}, - {
- "data_sources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "drift_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "outputs": [
- {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
], - "pipeline_execution": "Blanditiis quam exercitationem dolore nihil eaque.",
- "pipeline_stage": "Modi et.",
- "planned_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "resources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "stage_id": "Harum facilis consequatur sunt voluptatum at enim.",
- "workspace_id": "Alias quia et dolores ea accusamus."
}, - {
- "data_sources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "drift_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "outputs": [
- {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
], - "pipeline_execution": "Blanditiis quam exercitationem dolore nihil eaque.",
- "pipeline_stage": "Modi et.",
- "planned_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "resources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "stage_id": "Harum facilis consequatur sunt voluptatum at enim.",
- "workspace_id": "Alias quia et dolores ea accusamus."
}, - {
- "data_sources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "drift_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "outputs": [
- {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - {
- "change": "added",
- "name": "instance_public_ip",
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
], - "pipeline_execution": "Blanditiis quam exercitationem dolore nihil eaque.",
- "pipeline_stage": "Modi et.",
- "planned_changes": [
- {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}, - {
- "change": "added",
- "change_count": 10,
- "changes": {
- "Earum dolores.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Odio atque fugiat quidem voluptas.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}, - "Omnis excepturi sed et repellendus id.": {
- "change": "added",
- "drift": true,
- "new": "new value",
- "old": "old value",
- "sensitive": true
}
}, - "drift": false,
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "type": "S3 Bucket"
}
], - "resources": [
- {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}, - {
- "attributes": {
- "ami": "ami-830c94ec",
- "instance_type": "t2.micro"
}, - "drift_attributes": {
- "instance_type": "t2.nano"
}, - "drift_status": "changed",
- "module": "full_stack",
- "name": "app_server",
- "provider": "AWS",
- "sensitive_attributes": [
- "instance_type"
], - "type": "S3 Bucket"
}
], - "stage_id": "Harum facilis consequatur sunt voluptatum at enim.",
- "workspace_id": "Alias quia et dolores ea accusamus."
}
]