{ "version": 4, "terraform_version": "1.8.6", "serial": 325, "lineage": "c81c75bd-b23f-a032-10a1-4fba18f89d1a", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-bb6fc1a8dc7e88189", "ami": "ami-1c796f70", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6b974562"], "subnet_id": "subnet-6f43a4fe", "key_name": "prod-deploy-key" } } ] } ] }