{ "version": 4, "terraform_version": "1.8.5", "serial": 532, "lineage": "415f19b3-f756-636f-5793-41a91ca6cd60", "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-37649be5bdeea59b5", "ami": "ami-b635a10d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-98f5d6fb"], "subnet_id": "subnet-00500a4d", "key_name": "prod-deploy-key" } } ] } ] }