{ "version": 4, "terraform_version": "1.6.0", "serial": 160, "lineage": "936918e8-9417-3cd9-52cc-95fd0ff92c2f", "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-3721b950ae50bcafb", "ami": "ami-443113ff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7e8662ee"], "subnet_id": "subnet-f8a0f614", "key_name": "prod-deploy-key" } } ] } ] }