{ "version": 4, "terraform_version": "1.5.3", "serial": 145, "lineage": "2db01b22-2a9c-9d47-b935-36c62dfc2331", "outputs": { "db_endpoint": { "value": "db-3.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-c5d93c29bb667165b", "ami": "ami-da829e28", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a3816f33"], "subnet_id": "subnet-8f83ede7", "key_name": "prod-deploy-key" } } ] } ] }