{ "version": 4, "terraform_version": "1.8.9", "serial": 115, "lineage": "14361f62-6ec4-b921-b8c6-e4504c0a7a7b", "outputs": { "db_endpoint": { "value": "db-3.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-397743d07851f3ad7", "ami": "ami-b6b70905", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8b6da667"], "subnet_id": "subnet-fdb1f482", "key_name": "prod-deploy-key" } } ] } ] }