{ "version": 4, "terraform_version": "1.8.4", "serial": 333, "lineage": "b05075cc-04ad-4c5f-5278-5927daba15bc", "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-6f20676a204202c1d", "ami": "ami-ecae54b6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9ce2bfe1"], "subnet_id": "subnet-6f71f706", "key_name": "prod-deploy-key" } } ] } ] }