{ "version": 4, "terraform_version": "1.7.2", "serial": 441, "lineage": "3f31e38d-4f94-2d9a-5b13-72419286df72", "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-b859064f21c342945", "ami": "ami-bff8d1e9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3891cb9c"], "subnet_id": "subnet-bdf6f473", "key_name": "prod-deploy-key" } } ] } ] }