{ "version": 4, "terraform_version": "1.8.9", "serial": 344, "lineage": "e2ca542f-1ca6-519c-c69b-ebbd517718b8", "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-e0965ee8753a03055", "ami": "ami-8758e2ed", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0ef59e65"], "subnet_id": "subnet-c9aaced7", "key_name": "prod-deploy-key" } } ] } ] }