{ "version": 4, "terraform_version": "1.5.7", "serial": 515, "lineage": "38f08b83-fc15-f899-7bd1-55ef6a839a25", "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-f64587748f826561e", "ami": "ami-889577f2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a13ed6c9"], "subnet_id": "subnet-a462f003", "key_name": "prod-deploy-key" } } ] } ] }