{ "version": 4, "terraform_version": "1.7.7", "serial": 526, "lineage": "a35024e3-3bd5-215f-5dde-e89af06f6b5d", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-2c9a6c520a4b1c4d8", "ami": "ami-89fdefbb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-615da79c"], "subnet_id": "subnet-8bdfc58e", "key_name": "prod-deploy-key" } } ] } ] }