{ "version": 4, "terraform_version": "1.8.9", "serial": 156, "lineage": "796c8781-c005-f4fa-bb7f-ad761385fa82", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d43750136781e0dd3", "ami": "ami-c88a4940", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7efd333d"], "subnet_id": "subnet-18c05e20", "key_name": "prod-deploy-key" } } ] } ] }