{ "version": 4, "terraform_version": "1.7.8", "serial": 120, "lineage": "3a7a3266-9436-a15b-53ab-acc8b0f04e17", "outputs": { "db_endpoint": { "value": "db-2.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-1fe5e2a2bd18b8423", "ami": "ami-90b0bbef", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7da2d8b5"], "subnet_id": "subnet-46758248", "key_name": "prod-deploy-key" } } ] } ] }