{ "version": 4, "terraform_version": "1.8.2", "serial": 347, "lineage": "b9f48fa5-ab0e-ca8c-d943-6d3a67fded0f", "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-60a6dee6c1080bfe7", "ami": "ami-cf56b628", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d8c27e80"], "subnet_id": "subnet-6d9304fc", "key_name": "prod-deploy-key" } } ] } ] }