{ "version": 4, "terraform_version": "1.8.3", "serial": 480, "lineage": "c7e32157-b32d-db22-e7e7-ad3620e5d19a", "outputs": { "db_endpoint": { "value": "db-4.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-bd4b30225309d53ec", "ami": "ami-acfe1286", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bbfb690a"], "subnet_id": "subnet-ea83dee0", "key_name": "prod-deploy-key" } } ] } ] }