{ "version": 4, "terraform_version": "1.7.9", "serial": 230, "lineage": "01929122-e8a2-b6c8-812b-a7b57bb44c07", "outputs": { "db_endpoint": { "value": "db-1.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-699b0d6e9f1586537", "ami": "ami-5a6e968c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b1fba5f4"], "subnet_id": "subnet-cf25e2bc", "key_name": "prod-deploy-key" } } ] } ] }