{ "version": 4, "terraform_version": "1.5.3", "serial": 486, "lineage": "14fc553e-939e-3d35-b5c6-9146e4dda9cc", "outputs": { "db_endpoint": { "value": "db-0.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-f793174c2baf244d7", "ami": "ami-86596a63", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eeb2d5d3"], "subnet_id": "subnet-f58c6f15", "key_name": "prod-deploy-key" } } ] } ] }