{ "version": 4, "terraform_version": "1.7.3", "serial": 453, "lineage": "de156788-8c7f-4fb3-bdc8-1ebd1d1d6d5c", "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-2fec176c787f04dac", "ami": "ami-4ec8447d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3a1bb890"], "subnet_id": "subnet-34b377f6", "key_name": "prod-deploy-key" } } ] } ] }