{ "version": 4, "terraform_version": "1.6.0", "serial": 124, "lineage": "9fecea6d-1f8b-54bd-5d35-cd88916ce18a", "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-0cc8bbe97013b79c2", "ami": "ami-a275ba78", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-995fc9d6"], "subnet_id": "subnet-0f510b17", "key_name": "prod-deploy-key" } } ] } ] }