{ "version": 4, "terraform_version": "1.8.6", "serial": 179, "lineage": "bc98e690-ce61-b188-2d14-e434c0e593b1", "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-097692cce1503494d", "ami": "ami-e7ffe2d5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b9fd5c27"], "subnet_id": "subnet-b3d25d31", "key_name": "prod-deploy-key" } } ] } ] }