{ "version": 4, "terraform_version": "1.7.0", "serial": 176, "lineage": "25dd482a-5b4f-76cc-9d82-4a955a96a55f", "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-68e6b4508a12be706", "ami": "ami-6b7a0ad9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9e518ff0"], "subnet_id": "subnet-42685b6a", "key_name": "prod-deploy-key" } } ] } ] }