{ "version": 4, "terraform_version": "1.5.9", "serial": 459, "lineage": "5c9ff034-3150-7d8d-21c5-68dd543005dc", "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-1b37b16fbcd971bd7", "ami": "ami-df12dd2d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fd355c22"], "subnet_id": "subnet-83dfe5f8", "key_name": "prod-deploy-key" } } ] } ] }