{ "version": 4, "terraform_version": "1.8.4", "serial": 262, "lineage": "71190a8b-a6f1-5adf-01e2-38bc5acccf87", "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-1e4012ddb54cfc5b1", "ami": "ami-80662f20", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-60f18667"], "subnet_id": "subnet-e956bdb3", "key_name": "prod-deploy-key" } } ] } ] }