{ "version": 4, "terraform_version": "1.7.8", "serial": 440, "lineage": "19ae2c35-729a-c6bf-af7f-08f908f68aa5", "outputs": { "db_endpoint": { "value": "db-4.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-20173b4c5e7188f86", "ami": "ami-85447964", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1591bb61"], "subnet_id": "subnet-ca91b29e", "key_name": "prod-deploy-key" } } ] } ] }