{ "version": 4, "terraform_version": "1.8.8", "serial": 465, "lineage": "7c2f8f90-6825-aec0-8734-d114beed2425", "outputs": { "db_endpoint": { "value": "db-1.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-108cdb2a4207b8656", "ami": "ami-9f88e6eb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-93b6d062"], "subnet_id": "subnet-5773b850", "key_name": "prod-deploy-key" } } ] } ] }