{ "version": 4, "terraform_version": "1.5.8", "serial": 402, "lineage": "b8ea1903-e6ca-c6b5-8fbd-a301c4c15a7c", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-837057b08f4fee684", "ami": "ami-364bdfc0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb077fa2"], "subnet_id": "subnet-5bfad827", "key_name": "prod-deploy-key" } } ] } ] }