{ "version": 4, "terraform_version": "1.8.0", "serial": 488, "lineage": "080c6182-31bd-ade8-0b12-5a1d52c5ff21", "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-946bf727dea6a38ed", "ami": "ami-9893938d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b3c69c0f"], "subnet_id": "subnet-afff83f1", "key_name": "prod-deploy-key" } } ] } ] }