{ "version": 4, "terraform_version": "1.8.6", "serial": 141, "lineage": "c2deddfb-8c4f-458e-a81a-24854e2feac8", "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-6c46e341805e17052", "ami": "ami-64c4e6bb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4145d383"], "subnet_id": "subnet-8520ac91", "key_name": "prod-deploy-key" } } ] } ] }