{ "version": 4, "terraform_version": "1.8.9", "serial": 434, "lineage": "7a0f282d-92bd-68cb-a6dc-e4eafb75586a", "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-2a3f55039f816d55c", "ami": "ami-110f17e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2be7b0fc"], "subnet_id": "subnet-376cf8a4", "key_name": "prod-deploy-key" } } ] } ] }