{ "version": 4, "terraform_version": "1.5.3", "serial": 406, "lineage": "a0a75558-cc51-9d0d-c31f-2de52edf15e7", "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-0cce7e267b7c5d054", "ami": "ami-f6a5e2be", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4604c3ea"], "subnet_id": "subnet-255d29b6", "key_name": "prod-deploy-key" } } ] } ] }