{ "version": 4, "terraform_version": "1.5.4", "serial": 251, "lineage": "fbfe356e-cabf-6bc3-884d-111b4160b6fe", "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-10be7f22b664ec587", "ami": "ami-ab1a8574", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad69895a"], "subnet_id": "subnet-88cffac0", "key_name": "prod-deploy-key" } } ] } ] }