{ "version": 4, "terraform_version": "1.7.4", "serial": 193, "lineage": "74ff0b93-e4e6-5969-f1f3-ae058d90d164", "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-de864f314642fdc6e", "ami": "ami-d8b55ce9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-08db8867"], "subnet_id": "subnet-9d1c76f9", "key_name": "prod-deploy-key" } } ] } ] }