{ "version": 4, "terraform_version": "1.7.3", "serial": 398, "lineage": "677db2d8-a502-9e33-5dd8-3a16682f21db", "outputs": { "db_endpoint": { "value": "db-1.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-06fbc67ab34d8e5de", "ami": "ami-1b7b74fb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ec3f93ea"], "subnet_id": "subnet-cdbf86dc", "key_name": "prod-deploy-key" } } ] } ] }