{ "version": 4, "terraform_version": "1.8.5", "serial": 491, "lineage": "cb327d86-2299-2430-68d5-5203b2a2dbd7", "outputs": { "db_endpoint": { "value": "db-4.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-eab0868e095165b3a", "ami": "ami-87dcafda", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-230e4521"], "subnet_id": "subnet-91187ac8", "key_name": "prod-deploy-key" } } ] } ] }