{ "version": 4, "terraform_version": "1.5.8", "serial": 594, "lineage": "3ec40a46-70a0-790c-aeb1-ec6e76333a30", "outputs": { "db_endpoint": { "value": "db-0.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-7e541d09af64d2545", "ami": "ami-e7fd7661", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-76ea7392"], "subnet_id": "subnet-e45e2810", "key_name": "prod-deploy-key" } } ] } ] }