{ "version": 4, "terraform_version": "1.7.0", "serial": 532, "lineage": "cb89828e-1027-7293-40a4-3596001a1519", "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-ac3f4d8f88c5f66d3", "ami": "ami-65e969e1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dffc3491"], "subnet_id": "subnet-cb9e3d71", "key_name": "prod-deploy-key" } } ] } ] }