{ "version": 4, "terraform_version": "1.8.2", "serial": 448, "lineage": "670022a2-9967-770a-5873-4d0455264920", "outputs": { "db_endpoint": { "value": "db-0.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-e9ed393351f4c606b", "ami": "ami-8c09d931", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-17474f3a"], "subnet_id": "subnet-03bc2620", "key_name": "prod-deploy-key" } } ] } ] }