{ "version": 4, "terraform_version": "1.5.7", "serial": 316, "lineage": "f07d7ce8-c8f5-c844-2834-7127d1633039", "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-aecfba5d2e118373e", "ami": "ami-af174da9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b8646178"], "subnet_id": "subnet-4275324d", "key_name": "prod-deploy-key" } } ] } ] }