{ "version": 4, "terraform_version": "1.5.6", "serial": 582, "lineage": "6a3d444e-6d64-14c2-03a9-a940c7535a31", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-aaf1477134b4a10e4", "ami": "ami-2be21362", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4cd09196"], "subnet_id": "subnet-6f285a2c", "key_name": "prod-deploy-key" } } ] } ] }