{ "version": 4, "terraform_version": "1.6.2", "serial": 116, "lineage": "677750bf-d256-d870-fe0d-be36ed175a85", "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-5e3fe9a008a21b1fc", "ami": "ami-312b2eba", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5822cec7"], "subnet_id": "subnet-5ad78906", "key_name": "prod-deploy-key" } } ] } ] }