{ "version": 4, "terraform_version": "1.7.4", "serial": 126, "lineage": "dc12eee7-a5ef-621b-043d-f26875b4f65b", "outputs": { "db_endpoint": { "value": "db-2.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-27ddb6d18c5c33062", "ami": "ami-6399bbbd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c64c26a1"], "subnet_id": "subnet-ff8f5a0e", "key_name": "prod-deploy-key" } } ] } ] }