{ "version": 4, "terraform_version": "1.5.8", "serial": 536, "lineage": "55e728ff-5185-aff3-b26e-0e35982a5b87", "outputs": { "db_endpoint": { "value": "db-3.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-3656123eefac309ba", "ami": "ami-b25b0cb5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-77ff94be"], "subnet_id": "subnet-61429839", "key_name": "prod-deploy-key" } } ] } ] }