{ "version": 4, "terraform_version": "1.5.1", "serial": 236, "lineage": "fc092b0e-2e57-1059-f859-8648a9f19242", "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-b6954a1a9aaf48964", "ami": "ami-ac545fa8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aff734d6"], "subnet_id": "subnet-c5361be4", "key_name": "prod-deploy-key" } } ] } ] }