{ "version": 4, "terraform_version": "1.8.1", "serial": 125, "lineage": "b3e9f90f-4b92-19ce-15c8-5e7b23eaff4b", "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-11563e40c93dfbdfa", "ami": "ami-a40601d8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e4a29f1b"], "subnet_id": "subnet-e3d9014e", "key_name": "prod-deploy-key" } } ] } ] }