{ "version": 4, "terraform_version": "1.8.7", "serial": 449, "lineage": "990f32ee-e4ad-9d1a-216e-3ba308775878", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-f2218eb3cab726204", "ami": "ami-4529d228", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d8dc1a16"], "subnet_id": "subnet-7bb77d04", "key_name": "prod-deploy-key" } } ] } ] }