{ "version": 4, "terraform_version": "1.7.2", "serial": 516, "lineage": "eab750da-180c-46a2-7c8b-278fb8b3dfd5", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-afc768c737f9d1136", "ami": "ami-7ccf8f60", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-94db7b82"], "subnet_id": "subnet-f510e6f3", "key_name": "prod-deploy-key" } } ] } ] }