{ "version": 4, "terraform_version": "1.7.7", "serial": 220, "lineage": "fc6e0c0a-0446-439f-8d3e-9e963531df4f", "outputs": { "db_endpoint": { "value": "db-0.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-470cff8a7854c234e", "ami": "ami-d52fc92c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-42ac6aad"], "subnet_id": "subnet-6238731f", "key_name": "prod-deploy-key" } } ] } ] }