{ "version": 4, "terraform_version": "1.7.5", "serial": 277, "lineage": "f1b777d6-6be1-5c17-f7c2-8d99d91ed535", "outputs": { "db_endpoint": { "value": "db-2.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-a05fae8775a8fabb2", "ami": "ami-138de598", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d2009e43"], "subnet_id": "subnet-3e9d633c", "key_name": "prod-deploy-key" } } ] } ] }