{ "version": 4, "terraform_version": "1.8.1", "serial": 402, "lineage": "104e1e86-6425-1f9c-da7a-eea42f085baf", "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-0a5ae4916ee8a37a4", "ami": "ami-d4cf030c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d17a10c7"], "subnet_id": "subnet-702aad7b", "key_name": "prod-deploy-key" } } ] } ] }