{ "version": 4, "terraform_version": "1.8.2", "serial": 437, "lineage": "ab2ccc29-7341-4d2e-f5c8-8b84b96ed111", "outputs": { "db_endpoint": { "value": "db-0.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-85ae0767ec7fc9c9d", "ami": "ami-b43c462c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d5385851"], "subnet_id": "subnet-d7d97ecd", "key_name": "prod-deploy-key" } } ] } ] }