{ "version": 4, "terraform_version": "1.5.5", "serial": 599, "lineage": "77792da6-e57f-1a3b-0d86-7a5ffd9e2559", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0cf408cf76c8e9847", "ami": "ami-a527fc65", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ff08cdc7"], "subnet_id": "subnet-90930819", "key_name": "prod-deploy-key" } } ] } ] }