{ "version": 4, "terraform_version": "1.8.6", "serial": 179, "lineage": "e6fb103e-2a26-c77c-8dfd-e83740bd7535", "outputs": { "db_endpoint": { "value": "db-3.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-7eecbc423382a2e8f", "ami": "ami-6960350b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c55a114"], "subnet_id": "subnet-ab95f58d", "key_name": "prod-deploy-key" } } ] } ] }