{ "version": 4, "terraform_version": "1.8.0", "serial": 423, "lineage": "2911faed-bb00-6cb9-a52f-78647078c52b", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-8166bf68ef54139d7", "ami": "ami-26c1424f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c7ed5bb4"], "subnet_id": "subnet-c4afcbfe", "key_name": "prod-deploy-key" } } ] } ] }