{ "version": 4, "terraform_version": "1.8.4", "serial": 505, "lineage": "41d1e8aa-744e-a978-e63a-8b4a6d86f8d2", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-f1b2a266a8dfec9a8", "ami": "ami-b9ec028f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f61779fd"], "subnet_id": "subnet-1e02cf70", "key_name": "prod-deploy-key" } } ] } ] }