{ "version": 4, "terraform_version": "1.6.4", "serial": 502, "lineage": "2a2f6867-8826-db88-789e-1d7d50a129b1", "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-3b1664a3b1af5a070", "ami": "ami-f6e1edd3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9a13bf32"], "subnet_id": "subnet-78a12bec", "key_name": "prod-deploy-key" } } ] } ] }